public class DOMWSDLSource extends BaseWSDLSource
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.fErrorReporter, fSource
Constructor and Description |
---|
DOMWSDLSource(ErrorReporter errorReporter) |
Modifier and Type | Method and Description |
---|---|
void |
setSource(Object wsdlSource)
Store the specified source object representing the WSDL.
|
getBaseURI, getSource, setBaseURI
public DOMWSDLSource(ErrorReporter errorReporter)
public void setSource(Object wsdlSource)
WSDLSource
setSource
in interface WSDLSource
setSource
in class BaseWSDLSource
wsdlSource
- the WSDL source objectCopyright © 2005–2013 Apache Software Foundation. All rights reserved.