|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.easywsdl.wsdl.ExtensionFactory
org.ow2.easywsdl.extensions.wsdl4complexwsdl.WSDL4ComplexWsdlFactory
public abstract class WSDL4ComplexWsdlFactory
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 | |
|---|---|
WSDL4ComplexWsdlFactory()
|
|
| Method Summary | |
|---|---|
abstract Description |
addComplexWsdlElmt2Description(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription desc)
Create a new instance of a Definition. |
abstract Description |
addExtElmt2Description(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription desc)
Generic method for extensions |
static WSDL4ComplexWsdlFactory |
newInstance()
Get a new instance of a WSDLFactory. |
abstract WSDL4ComplexWsdlReader |
newWSDLReader()
Create a new instance of a WSDLReaderImpl. |
abstract WSDL4ComplexWsdlReader |
newWSDLReader(java.util.Map<org.ow2.easywsdl.wsdl.api.WSDLReader.FeatureConstants,java.lang.Object> features)
Create a new instance of a WSDLReaderImpl. |
abstract WSDL4ComplexWsdlWriter |
newWSDLWriter()
Create a new instance of a WSDLWriterImpl. |
| Methods inherited from class org.ow2.easywsdl.wsdl.ExtensionFactory |
|---|
getDescriptionType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSDL4ComplexWsdlFactory()
| Method Detail |
|---|
public static WSDL4ComplexWsdlFactory newInstance()
throws WSDL4ComplexWsdlException
The steps in order are:
Once an instance of a WSDLFactory is obtained, invoke newDefinition(), newWSDLReader(), or newWSDLWriter(), to create the desired instances.
WSDL4ComplexWsdlException
public abstract Description addComplexWsdlElmt2Description(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription desc)
throws WSDL4ComplexWsdlException
SAWSDLException
WSDL4ComplexWsdlException
public abstract Description addExtElmt2Description(org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfDescription desc)
throws WSDL4ComplexWsdlException
addExtElmt2Description in class org.ow2.easywsdl.wsdl.ExtensionFactoryWSDL4BPELException
WSDL4ComplexWsdlException
public abstract WSDL4ComplexWsdlReader newWSDLReader()
throws WSDL4ComplexWsdlException
SAWSDLException
WSDL4ComplexWsdlException
public abstract WSDL4ComplexWsdlReader newWSDLReader(java.util.Map<org.ow2.easywsdl.wsdl.api.WSDLReader.FeatureConstants,java.lang.Object> features)
throws WSDL4ComplexWsdlException
SAWSDLException
WSDL4ComplexWsdlException
public abstract WSDL4ComplexWsdlWriter newWSDLWriter()
throws WSDL4ComplexWsdlException
SAWSDLException
WSDL4ComplexWsdlException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||