|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.woden.WSDLFactory
public abstract class WSDLFactory
Based on wsdl4j factory.
Constructor Summary | |
---|---|
WSDLFactory()
|
Method Summary | |
---|---|
abstract DescriptionElement |
newDescription()
|
static WSDLFactory |
newInstance()
|
static WSDLFactory |
newInstance(java.lang.String factoryImplName)
|
abstract ExtensionRegistry |
newPopulatedExtensionRegistry()
|
abstract WSDLReader |
newWSDLReader()
|
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
WSDLException
public static WSDLFactory newInstance(java.lang.String factoryImplName) throws WSDLException
WSDLException
public abstract WSDLReader newWSDLReader() throws WSDLException
WSDLException
public abstract DescriptionElement newDescription()
public abstract ExtensionRegistry newPopulatedExtensionRegistry() throws WSDLException
WSDLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |