|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.commons.wsdl.WSDLFactory
com.ebmwebsourcing.commons.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()
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 com.ebmwebsourcing.commons.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()
newDescription in class WSDLFactorycom.ibm.wsdl.extensions.PopulatedExtensionRegistrypublic WSDLReader newWSDLReader()
newWSDLReader in class WSDLFactorypublic WSDLReader newWSDLReader(java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features)
newWSDLReader in class WSDLFactorypublic WSDLWriter newWSDLWriter()
newWSDLWriter in class WSDLFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||