com.jproxy.proxy.providers
Class AxisObjectSerializer
java.lang.Object
com.jproxy.proxy.providers.AxisObjectSerializer
- public class AxisObjectSerializer
- extends java.lang.Object
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 |
AxisObjectSerializer
public AxisObjectSerializer()
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.