|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.wsdl.factory.WSDLFactory
com.ibm.wsdl.factory.WSDLFactoryImpl
public class WSDLFactoryImpl
This class is a concrete implementation of the abstract class WSDLFactory. Some ideas used here have been shamelessly copied from the wonderful JAXP and Xerces work.
Constructor Summary | |
---|---|
WSDLFactoryImpl()
|
Method Summary | |
---|---|
Definition |
newDefinition()
Create a new instance of a Definition, with an instance of a PopulatedExtensionRegistry as its ExtensionRegistry. |
ExtensionRegistry |
newPopulatedExtensionRegistry()
Create a new instance of an ExtensionRegistry with pre-registered serializers/deserializers for the SOAP, HTTP and MIME extensions. |
WSDLReader |
newWSDLReader()
Create a new instance of a WSDLReader. |
WSDLWriter |
newWSDLWriter()
Create a new instance of a WSDLWriter. |
Methods inherited from class javax.wsdl.factory.WSDLFactory |
---|
newInstance, newInstance, newInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSDLFactoryImpl()
Method Detail |
---|
public Definition newDefinition()
newDefinition
in class WSDLFactory
PopulatedExtensionRegistry
public WSDLReader newWSDLReader()
newWSDLReader
in class WSDLFactory
public WSDLWriter newWSDLWriter()
newWSDLWriter
in class WSDLFactory
public ExtensionRegistry newPopulatedExtensionRegistry()
newPopulatedExtensionRegistry
in class WSDLFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |