|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.commons.wsdl.WSDLFactory
public abstract class WSDLFactory
This abstract class defines a factory API that enables applications to obtain a WSDLFactory capable of producing new Definitions, new WSDLReaders, and new WSDLWriters. Some ideas used here have been shamelessly copied from the wonderful JAXP and Xerces work.
| Constructor Summary | |
|---|---|
WSDLFactory()
|
|
| Method Summary | |
|---|---|
abstract Description |
newDescription()
Create a new instance of a Definition. |
static WSDLFactory |
newInstance()
Get a new instance of a WSDLFactory. |
abstract WSDLReader |
newWSDLReader()
Create a new instance of a WSDLReaderImpl. |
abstract WSDLReader |
newWSDLReader(java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features)
Create a new instance of a WSDLReaderImpl. |
abstract WSDLWriter |
newWSDLWriter()
Create a new instance of a WSDLWriterImpl. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSDLFactory()
| Method Detail |
|---|
public static WSDLFactory newInstance()
throws WSDLException
The steps in order are:
Once an instance of a WSDLFactory is obtained, invoke newDefinition(), newWSDLReader(), or newWSDLWriter(), to create the desired instances.
WSDLExceptionpublic abstract Description newDescription()
public abstract WSDLReader newWSDLReader()
public abstract WSDLReader newWSDLReader(java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features)
public abstract WSDLWriter newWSDLWriter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||