com.jproxy.proxy.providers
Class AxisObjectSerializer

java.lang.Object
  extended bycom.jproxy.proxy.providers.AxisObjectSerializer

public class AxisObjectSerializer
extends java.lang.Object


Constructor Summary
AxisObjectSerializer()
           
 
Method Summary
 java.lang.String getMechanismType()
           
 void serialize(javax.xml.namespace.QName name, org.xml.sax.Attributes attributes, java.lang.Object value, SerializationContext context)
           
 byte[] toBytes(java.lang.Object obj)
           
 org.w3c.dom.Element writeSchema(java.lang.Class javaType, Types types)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisObjectSerializer

public AxisObjectSerializer()
Method Detail

serialize

public void serialize(javax.xml.namespace.QName name,
                      org.xml.sax.Attributes attributes,
                      java.lang.Object value,
                      SerializationContext context)
               throws java.io.IOException
Throws:
java.io.IOException

getMechanismType

public java.lang.String getMechanismType()

writeSchema

public org.w3c.dom.Element writeSchema(java.lang.Class javaType,
                                       Types types)
                                throws java.lang.Exception
Throws:
java.lang.Exception

toBytes

public byte[] toBytes(java.lang.Object obj)
               throws java.io.IOException
Throws:
java.io.IOException


Copyright © JProxy LLC. All Rights Reserved.