Package org.apache.cxf.wsdl11
Class SchemaSerializer
java.lang.Object
org.apache.cxf.wsdl11.SchemaSerializer
- All Implemented Interfaces:
javax.wsdl.extensions.ExtensionSerializer
A custom Schema serializer because WSDL4J's is buggy.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshall(Class parentType, QName elementType, javax.wsdl.extensions.ExtensibilityElement extension, PrintWriter pw, javax.wsdl.Definition def, javax.wsdl.extensions.ExtensionRegistry extReg)
-
Constructor Details
-
SchemaSerializer
public SchemaSerializer()
-
-
Method Details
-
marshall
public void marshall(Class parentType, QName elementType, javax.wsdl.extensions.ExtensibilityElement extension, PrintWriter pw, javax.wsdl.Definition def, javax.wsdl.extensions.ExtensionRegistry extReg) throws javax.wsdl.WSDLException - Specified by:
marshallin interfacejavax.wsdl.extensions.ExtensionSerializer- Throws:
javax.wsdl.WSDLException
-