Class WSDLCorbaFactoryImpl
java.lang.Object
org.apache.cxf.tools.corba.common.WSDLCorbaFactory
org.apache.cxf.tools.corba.common.WSDLCorbaFactoryImpl
This class is a copy of the WSDLFactoryImpl from the wsdl4j implementation
It overwrites the newWSDLWriter method to return a WSDLCorbaWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.wsdl.DefinitionCreate a new instance of a Definition, with an instance of a PopulatedExtensionRegistry as its ExtensionRegistry.javax.wsdl.extensions.ExtensionRegistryCreate a new instance of an ExtensionRegistry with pre-registered serializers/deserializers for the SOAP, HTTP and MIME extensions.javax.wsdl.xml.WSDLReaderCreate a new instance of a WSDLReader.javax.wsdl.xml.WSDLWriterCreate a new instance of a WSDLWriter.Methods inherited from class org.apache.cxf.tools.corba.common.WSDLCorbaFactory
newInstance, newInstance
-
Constructor Details
-
WSDLCorbaFactoryImpl
public WSDLCorbaFactoryImpl() throws javax.wsdl.WSDLException- Throws:
javax.wsdl.WSDLException
-
-
Method Details
-
newDefinition
public javax.wsdl.Definition newDefinition()Create a new instance of a Definition, with an instance of a PopulatedExtensionRegistry as its ExtensionRegistry.- Specified by:
newDefinitionin classWSDLCorbaFactory
-
newWSDLReader
public javax.wsdl.xml.WSDLReader newWSDLReader()Create a new instance of a WSDLReader.- Specified by:
newWSDLReaderin classWSDLCorbaFactory
-
newWSDLWriter
public javax.wsdl.xml.WSDLWriter newWSDLWriter()Create a new instance of a WSDLWriter.- Specified by:
newWSDLWriterin classWSDLCorbaFactory
-
newPopulatedExtensionRegistry
public javax.wsdl.extensions.ExtensionRegistry newPopulatedExtensionRegistry()Create a new instance of an ExtensionRegistry with pre-registered serializers/deserializers for the SOAP, HTTP and MIME extensions. Java extensionTypes are also mapped for all the SOAP, HTTP and MIME extensions.- Specified by:
newPopulatedExtensionRegistryin classWSDLCorbaFactory
-