|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.easywsdl.extensions.sawsdl.SAWSDLFactory
public abstract class SAWSDLFactory
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 | |
|---|---|
SAWSDLFactory()
|
|
| Method Summary | |
|---|---|
abstract Description |
addSAWSDLElmt2Description(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription desc)
Create a new instance of a Definition. |
static SAWSDLFactory |
newInstance()
Get a new instance of a WSDLFactory. |
abstract SAWSDLReader |
newSAWSDLReader()
Create a new instance of a WSDLReaderImpl. |
abstract SAWSDLReader |
newSAWSDLReader(java.util.Map<org.ow2.easywsdl.wsdl.api.WSDLReader.FeatureConstants,java.lang.Object> features)
Create a new instance of a WSDLReaderImpl. |
abstract SAWSDLWriter |
newSAWSDLWriter()
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 SAWSDLFactory()
| Method Detail |
|---|
public static SAWSDLFactory newInstance()
throws SAWSDLException
The steps in order are:
Once an instance of a WSDLFactory is obtained, invoke newDefinition(), newWSDLReader(), or newWSDLWriter(), to create the desired instances.
SAWSDLException
public abstract Description addSAWSDLElmt2Description(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription desc)
throws SAWSDLException
SAWSDLException
public abstract SAWSDLReader newSAWSDLReader()
throws SAWSDLException
SAWSDLException
public abstract SAWSDLReader newSAWSDLReader(java.util.Map<org.ow2.easywsdl.wsdl.api.WSDLReader.FeatureConstants,java.lang.Object> features)
throws SAWSDLException
SAWSDLException
public abstract SAWSDLWriter newSAWSDLWriter()
throws SAWSDLException
SAWSDLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||