|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.woden.internal.BaseWSDLSource
org.apache.woden.internal.DOMWSDLSource
This class provides a WSDLSource implementation that supports a
DOM-based representation of the WSDL source. Specifically, it
may accept via its setSource
method an object of type
org.w3c.dom.Element, org.w3c.dom.Document or org.xml.sax.InputSource.
Any other type of object passed to this method will result in a
WSDLException being thrown.
Field Summary |
Fields inherited from class org.apache.woden.internal.BaseWSDLSource |
fErrorReporter, fSource |
Constructor Summary | |
DOMWSDLSource(ErrorReporter errorReporter)
|
Method Summary | |
void |
setSource(java.lang.Object wsdlSource)
Store the specified source object representing the WSDL. |
Methods inherited from class org.apache.woden.internal.BaseWSDLSource |
getBaseURI, getSource, setBaseURI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DOMWSDLSource(ErrorReporter errorReporter)
Method Detail |
public void setSource(java.lang.Object wsdlSource)
WSDLSource
setSource
in interface WSDLSource
setSource
in class BaseWSDLSource
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |