|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.fc.webservice.util.CustomWSDLLocator
public class CustomWSDLLocator
The CustomWSDLLocator is the custom WSDLLocator, class is introduced for the custom authentication(Basic Authentication) when retrieving the WSDL document.
Field Summary | |
---|---|
java.lang.String |
baseURI
|
static java.lang.String |
ENCODING_LATIN_1
|
java.lang.String |
password
|
java.lang.String |
username
|
Constructor Summary | |
---|---|
CustomWSDLLocator()
|
|
CustomWSDLLocator(java.lang.String usrname,
java.lang.String passwd,
java.lang.String aWsdlUrl)
|
Method Summary | |
---|---|
void |
close()
|
org.xml.sax.InputSource |
getBaseInputSource()
Returns an InputSource "pointed at" the base document. |
java.lang.String |
getBaseURI()
Returns a URI representing the location of the base document. |
org.xml.sax.InputSource |
getImportInputSource(java.lang.String contextURI,
java.lang.String wsdlURI)
Returns an InputSource pointed at an imported wsdl document whose parent document was located at parentLocation and whose relative location to the parent document is specified by relativeLocation. |
java.lang.String |
getLatestImportURI()
Returns a URI representing the location of the last import document to be resolved. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ENCODING_LATIN_1
public java.lang.String username
public java.lang.String password
public java.lang.String baseURI
Constructor Detail |
---|
public CustomWSDLLocator()
public CustomWSDLLocator(java.lang.String usrname, java.lang.String passwd, java.lang.String aWsdlUrl)
Method Detail |
---|
public org.xml.sax.InputSource getBaseInputSource()
getBaseInputSource
in interface javax.wsdl.xml.WSDLLocator
public org.xml.sax.InputSource getImportInputSource(java.lang.String contextURI, java.lang.String wsdlURI)
getImportInputSource
in interface javax.wsdl.xml.WSDLLocator
parentLocation
- a URI specifying the location of the
document doing the importing.relativeLocation
- a URI specifying the location of the
document to import, relative to the parent document's location.public void close()
close
in interface javax.wsdl.xml.WSDLLocator
public java.lang.String getBaseURI()
getBaseURI
in interface javax.wsdl.xml.WSDLLocator
public java.lang.String getLatestImportURI()
getLatestImportURI
in interface javax.wsdl.xml.WSDLLocator
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |