com.ibm.websphere.samples.webservices.addr
Class Phone_Ser

java.lang.Object
  extended by com.ibm.ws.webservices.engine.encoding.ser.BeanSerializer
      extended by com.ibm.websphere.samples.webservices.addr.Phone_Ser
All Implemented Interfaces:
java.io.Serializable, javax.xml.rpc.encoding.Serializer

public class Phone_Ser
extends com.ibm.ws.webservices.engine.encoding.ser.BeanSerializer

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.ws.webservices.engine.encoding.ser.BeanSerializer
beanDesc, log, propertyDescriptor
 
Constructor Summary
Phone_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
 

Constructor Detail

Phone_Ser

public Phone_Ser(java.lang.Class _javaType,
                 javax.xml.namespace.QName _xmlType,
                 com.ibm.ws.webservices.engine.description.TypeDesc _typeDesc)
Constructor

Method Detail

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