public abstract class BaseWSDLSource extends Object implements WSDLSource
setSource
method and this method is declared abstract on this class.| Modifier and Type | Field and Description |
|---|---|
protected ErrorReporter |
fErrorReporter |
protected Object |
fSource |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseWSDLSource(ErrorReporter errorReporter) |
| Modifier and Type | Method and Description |
|---|---|
URI |
getBaseURI() |
Object |
getSource()
Returns the implementation specific object representing the WSDL source
(for example, a DOM Element or Document or an Axiom OMElement).
|
void |
setBaseURI(URI baseURI)
Store the base URI of the WSDL source document.
|
abstract void |
setSource(Object wsdlSource)
Store the specified source object representing the WSDL.
|
protected Object fSource
protected ErrorReporter fErrorReporter
protected BaseWSDLSource(ErrorReporter errorReporter)
public abstract void setSource(Object wsdlSource)
WSDLSourcesetSource in interface WSDLSourcewsdlSource - the WSDL source objectpublic Object getSource()
WSDLSourcegetSource in interface WSDLSourcepublic void setBaseURI(URI baseURI)
WSDLSourcesetBaseURI in interface WSDLSourcebaseURI - the URI of the WSDL document.public URI getBaseURI()
getBaseURI in interface WSDLSourceCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.