com.ibm.websphere.srm.bpel.wsaddressing
Class Relationship_Ser

java.lang.Object
  extended bycom.ibm.ws.webservices.engine.encoding.ser.SimpleSerializer
      extended bycom.ibm.websphere.srm.bpel.wsaddressing.Relationship_Ser
All Implemented Interfaces:
java.io.Serializable, javax.xml.rpc.encoding.Serializer, com.ibm.ws.webservices.engine.encoding.Serializer, com.ibm.ws.webservices.engine.encoding.ser.SimpleValueSerializer

public class Relationship_Ser
extends com.ibm.ws.webservices.engine.encoding.ser.SimpleSerializer

See Also:
Serialized Form

Field Summary
static javax.xml.namespace.QName QName_3_11
           
 
Fields inherited from class com.ibm.ws.webservices.engine.encoding.ser.SimpleSerializer
javaType, xmlType
 
Constructor Summary
Relationship_Ser(java.lang.Class _javaType, javax.xml.namespace.QName _xmlType, com.ibm.ws.webservices.engine.description.TypeDesc _typeDesc)
          Constructor
 
Method Summary
 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.SimpleSerializer
getMechanismType, getValueAsString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QName_3_11

public static final javax.xml.namespace.QName QName_3_11
Constructor Detail

Relationship_Ser

public Relationship_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
Throws:
java.io.IOException