public class WSDLCorbaFactoryImpl extends WSDLCorbaFactory
| Constructor and Description |
|---|
WSDLCorbaFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.wsdl.Definition |
newDefinition()
Create a new instance of a Definition, with an instance of a
PopulatedExtensionRegistry as its ExtensionRegistry.
|
javax.wsdl.extensions.ExtensionRegistry |
newPopulatedExtensionRegistry()
Create a new instance of an ExtensionRegistry with pre-registered
serializers/deserializers for the SOAP, HTTP and MIME extensions.
|
javax.wsdl.xml.WSDLReader |
newWSDLReader()
Create a new instance of a WSDLReader.
|
javax.wsdl.xml.WSDLWriter |
newWSDLWriter()
Create a new instance of a WSDLWriter.
|
newInstance, newInstancepublic WSDLCorbaFactoryImpl()
throws javax.wsdl.WSDLException
javax.wsdl.WSDLExceptionpublic javax.wsdl.Definition newDefinition()
newDefinition in class WSDLCorbaFactorypublic javax.wsdl.xml.WSDLReader newWSDLReader()
newWSDLReader in class WSDLCorbaFactorypublic javax.wsdl.xml.WSDLWriter newWSDLWriter()
newWSDLWriter in class WSDLCorbaFactorypublic javax.wsdl.extensions.ExtensionRegistry newPopulatedExtensionRegistry()
newPopulatedExtensionRegistry in class WSDLCorbaFactoryApache CXF