com.ibm.wsdl.extensions.soap
Class SOAPOperationSerializer
java.lang.Object
com.ibm.wsdl.extensions.soap.SOAPOperationSerializer
- ExtensionDeserializer, ExtensionSerializer, Serializable
public class SOAPOperationSerializer
extends java.lang.Object
- Matthew J. Duftler (duftler@us.ibm.com)
serialVersionUID
public static final long serialVersionUID
marshall
public void marshall(Class parentType,
QName elementType,
ExtensibilityElement extension,
PrintWriter pw,
Definition def,
ExtensionRegistry extReg)
throws WSDLException
This method serializes extension-specific instances of
ExtensibilityElement into the PrintWriter.
- marshall in interface ExtensionSerializer
parentType
- a class object indicating where in the WSDL
definition this extension was encountered. For
example, javax.wsdl.Binding.class would be used to indicate
this extensibility element was found in the list of
extensibility elements belonging to a javax.wsdl.Binding.elementType
- the qname of the extensibility elementextension
- the extensibility element to serializedef
- the definition this extensibility element was
encountered inextReg
- the ExtensionRegistry to use (if needed again)