Apache CXF API

org.apache.cxf.wsdl11
Class SchemaSerializer

java.lang.Object
  extended by org.apache.cxf.wsdl11.SchemaSerializer
All Implemented Interfaces:
javax.wsdl.extensions.ExtensionSerializer

public class SchemaSerializer
extends Object
implements javax.wsdl.extensions.ExtensionSerializer

A custom Schema serializer because WSDL4J's is buggy.


Constructor Summary
SchemaSerializer()
           
 
Method Summary
 void marshall(Class parentType, QName elementType, javax.wsdl.extensions.ExtensibilityElement extension, PrintWriter pw, javax.wsdl.Definition def, javax.wsdl.extensions.ExtensionRegistry extReg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaSerializer

public SchemaSerializer()
Method Detail

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:
marshall in interface javax.wsdl.extensions.ExtensionSerializer
Throws:
javax.wsdl.WSDLException

Apache CXF API

Apache CXF