Package javax.wsdl.extensions
Class UnknownExtensionSerializer
java.lang.Object
javax.wsdl.extensions.UnknownExtensionSerializer
- All Implemented Interfaces:
Serializable
,ExtensionSerializer
This class is used to serialize UnknownExtensibilityElement instances
into the PrintWriter.
- Author:
- Matthew J. Duftler (duftler@us.ibm.com)
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
marshall
(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
UnknownExtensionSerializer
public UnknownExtensionSerializer()
-
-
Method Details
-
marshall
public void marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) throws WSDLException Description copied from interface:ExtensionSerializer
This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.- Specified by:
marshall
in interfaceExtensionSerializer
- Parameters:
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)- Throws:
WSDLException
-