uk.ac.soton.itinnovation.grid.types
Class CertificateSerializer

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.types.CertificateSerializer
All Implemented Interfaces:
Serializable, Serializer

public class CertificateSerializer
extends Object
implements Serializer

See Also:
Serialized Form

Constructor Summary
CertificateSerializer(Class javaType, QName xmlType)
           
 
Method Summary
 String getMechanismType()
           
 void serialize(QName name, Attributes attributes, Object value, SerializationContext context)
           
 Element writeSchema(Class javaType, Types types)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertificateSerializer

public CertificateSerializer(Class javaType,
                             QName xmlType)
Method Detail

serialize

public void serialize(QName name,
                      Attributes attributes,
                      Object value,
                      SerializationContext context)
               throws IOException
Throws:
IOException

getMechanismType

public String getMechanismType()
Specified by:
getMechanismType in interface Serializer

writeSchema

public Element writeSchema(Class javaType,
                           Types types)
                    throws AxisFault
Throws:
AxisFault


Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.