org.apache.axis.encoding
Class SOAPEncoding

java.lang.Object
  |
  +--org.apache.axis.encoding.SOAPEncoding
All Implemented Interfaces:
java.io.Serializable, Serializer

public class SOAPEncoding
extends java.lang.Object
implements Serializer

See Also:
Serialized Form

Constructor Summary
SOAPEncoding()
           
 
Method Summary
 void serialize(QName qname, 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

SOAPEncoding

public SOAPEncoding()
Method Detail

serialize

public void serialize(QName qname,
                      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.