com.ibm.websphere.samples.webservices.addr
Class Address_Ser
java.lang.Object
com.ibm.ws.webservices.engine.encoding.ser.BeanSerializer
com.ibm.websphere.samples.webservices.addr.Address_Ser
- All Implemented Interfaces:
- java.io.Serializable, javax.xml.rpc.encoding.Serializer
public class Address_Ser
- extends com.ibm.ws.webservices.engine.encoding.ser.BeanSerializer
- See Also:
- Serialized Form
Fields inherited from class com.ibm.ws.webservices.engine.encoding.ser.BeanSerializer |
beanDesc, log, propertyDescriptor |
Constructor Summary |
Address_Ser(java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType,
com.ibm.ws.webservices.engine.description.TypeDesc _typeDesc)
Constructor |
Method Summary |
protected org.xml.sax.Attributes |
addAttributes(org.xml.sax.Attributes attributes,
java.lang.Object value,
com.ibm.ws.webservices.engine.encoding.SerializationContext context)
|
protected void |
addElements(java.lang.Object value,
com.ibm.ws.webservices.engine.encoding.SerializationContext context)
|
void |
serialize(javax.xml.namespace.QName name,
org.xml.sax.Attributes attributes,
java.lang.Object value,
com.ibm.ws.webservices.engine.encoding.SerializationContext context)
|
Methods inherited from class com.ibm.ws.webservices.engine.encoding.ser.BeanSerializer |
getBuildNumber, getMechanismType, serializeChild |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Address_Ser
public Address_Ser(java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType,
com.ibm.ws.webservices.engine.description.TypeDesc _typeDesc)
- Constructor
serialize
public void serialize(javax.xml.namespace.QName name,
org.xml.sax.Attributes attributes,
java.lang.Object value,
com.ibm.ws.webservices.engine.encoding.SerializationContext context)
throws java.io.IOException
- Overrides:
serialize
in class com.ibm.ws.webservices.engine.encoding.ser.BeanSerializer
- Throws:
java.io.IOException
addAttributes
protected org.xml.sax.Attributes addAttributes(org.xml.sax.Attributes attributes,
java.lang.Object value,
com.ibm.ws.webservices.engine.encoding.SerializationContext context)
throws java.io.IOException
- Throws:
java.io.IOException
addElements
protected void addElements(java.lang.Object value,
com.ibm.ws.webservices.engine.encoding.SerializationContext context)
throws java.io.IOException
- Throws:
java.io.IOException