org.apache.axis.encoding
Class SOAPTypeMappingRegistry.ObjSerializer

java.lang.Object
  |
  +--org.apache.axis.encoding.SOAPTypeMappingRegistry.ObjSerializer
All Implemented Interfaces:
java.io.Serializable, Serializer
Enclosing class:
SOAPTypeMappingRegistry

public static class SOAPTypeMappingRegistry.ObjSerializer
extends java.lang.Object
implements Serializer

See Also:
Serialized Form

Constructor Summary
SOAPTypeMappingRegistry.ObjSerializer()
           
 
Method Summary
 void serialize(QName name, org.xml.sax.Attributes attributes, java.lang.Object value, SerializationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPTypeMappingRegistry.ObjSerializer

public SOAPTypeMappingRegistry.ObjSerializer()
Method Detail

serialize

public void serialize(QName name,
                      org.xml.sax.Attributes attributes,
                      java.lang.Object value,
                      SerializationContext context)
               throws java.io.IOException
Specified by:
serialize in interface Serializer


Copyright © 2001 Apache XML Project. All Rights Reserved.