|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.easywsdl.wsdl.WSDLFactory
org.ow2.easywsdl.wsdl.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 | |
|---|---|
Description |
newDescription(AbsItfDescription.WSDLVersionConstants version)
Create a new instance of a Definition, with an instance of a PopulatedExtensionRegistry as its ExtensionRegistry. |
WSDLReader |
newWSDLReader()
Create a new instance of a WSDLReaderImpl. |
WSDLReader |
newWSDLReader(java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features)
Create a new instance of a WSDLReaderImpl. |
WSDLWriter |
newWSDLWriter()
Create a new instance of a WSDLWriterImpl. |
| Methods inherited from class org.ow2.easywsdl.wsdl.WSDLFactory |
|---|
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 Description newDescription(AbsItfDescription.WSDLVersionConstants version)
throws WSDLException
newDescription in class WSDLFactoryWSDLExceptioncom.ibm.wsdl.extensions.PopulatedExtensionRegistry
public WSDLReader newWSDLReader()
throws WSDLException
newWSDLReader in class WSDLFactoryWSDLException
public WSDLReader newWSDLReader(java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features)
throws WSDLException
newWSDLReader in class WSDLFactoryWSDLException
public WSDLWriter newWSDLWriter()
throws WSDLException
newWSDLWriter in class WSDLFactoryWSDLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||