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)
WSDLSource
setSource
in interface WSDLSource
wsdlSource
- the WSDL source objectpublic Object getSource()
WSDLSource
getSource
in interface WSDLSource
public void setBaseURI(URI baseURI)
WSDLSource
setBaseURI
in interface WSDLSource
baseURI
- the URI of the WSDL document.public URI getBaseURI()
getBaseURI
in interface WSDLSource
Copyright © 2005–2013 Apache Software Foundation. All rights reserved.