|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.woden.WSDLFactory
org.apache.woden.internal.BaseWSDLFactory
public abstract class BaseWSDLFactory
This abstract class contains properties and methods common to WSDLFactory implementations.
Field Summary | |
---|---|
protected WSDLContext |
fWsdlContext
|
Constructor Summary | |
---|---|
protected |
BaseWSDLFactory()
|
Method Summary | |
---|---|
DescriptionElement |
newDescription()
|
ExtensionRegistry |
newPopulatedExtensionRegistry()
|
abstract WSDLReader |
newWSDLReader()
|
Methods inherited from class org.apache.woden.WSDLFactory |
---|
newInstance, newInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected WSDLContext fWsdlContext
Constructor Detail |
---|
protected BaseWSDLFactory() throws WSDLException
WSDLException
Method Detail |
---|
public abstract WSDLReader newWSDLReader() throws WSDLException
newWSDLReader
in class WSDLFactory
WSDLException
public ExtensionRegistry newPopulatedExtensionRegistry() throws WSDLException
newPopulatedExtensionRegistry
in class WSDLFactory
WSDLException
public DescriptionElement newDescription()
newDescription
in class WSDLFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |