|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.fc.webservice.util.WsdlData
public class WsdlData
Class that holds the WSDL data
Constructor Summary | |
---|---|
WsdlData()
|
Method Summary | |
---|---|
java.lang.String |
getEncoding()
Extracts the encoding style |
java.lang.String |
getLocationUrl()
Retrieves the URL. |
java.lang.String |
getPortName()
Retrieves name of the port. |
javax.xml.namespace.QName |
getServiceQName()
Retrieves qualified service name |
java.lang.String |
getSoapActionURI()
The method returns the action of the SOAP message |
static java.util.Vector |
getSoapOperations(java.lang.String aWsdlUrl)
The method accepts WSDL url address and returns a Vector holding
information for the SOAP operations |
java.lang.String |
getStyle()
Extracts the SOAP message style |
java.lang.String |
getTargetNamespace()
Retrieves target namespace. |
static WsdlData |
getWsdlData(java.lang.String aWsdlUrl,
java.lang.String aOperationName)
This method provides an object containing the WSDL data , when the passed arguments are the url address and the name of the operation , which can be one of request-response, solicit response, one way or notification |
boolean |
isOperationOneWay()
The method returns true if the operation is one-way |
void |
setEncoding(java.lang.String aEncoding)
Sets the encoding style |
void |
setLocationUrl(java.lang.String aLocationUrl)
Sets the URL |
void |
setPortName(java.lang.String aPortName)
Sets the name of the port |
void |
setServiceQName(javax.xml.namespace.QName aServiceQName)
Sets the Qualified service name |
void |
setSoapActionURI(java.lang.String aSoapActionURI)
Sets the action of the SOAP message |
void |
setStyle(java.lang.String aStyle)
Sets the SOAP message style |
void |
setTargetNamespace(java.lang.String aTargetNamespace)
Sets the namespace of the target |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsdlData()
Method Detail |
---|
public void setTargetNamespace(java.lang.String aTargetNamespace)
aTargetNamespace
- Stringpublic java.lang.String getTargetNamespace()
public void setServiceQName(javax.xml.namespace.QName aServiceQName)
aServiceQName
- QName
public javax.xml.namespace.QName getServiceQName()
QName
public void setPortName(java.lang.String aPortName)
aPortName
- Stringpublic java.lang.String getPortName()
public void setLocationUrl(java.lang.String aLocationUrl)
aLocationUrl
- Stringpublic java.lang.String getLocationUrl()
public void setSoapActionURI(java.lang.String aSoapActionURI)
aSoapActionURI
- Stringpublic java.lang.String getSoapActionURI()
public void setStyle(java.lang.String aStyle)
aStyle
- Stringpublic java.lang.String getStyle()
public void setEncoding(java.lang.String aEncoding)
aEncoding
- Stringpublic java.lang.String getEncoding()
public boolean isOperationOneWay()
boolean
public static WsdlData getWsdlData(java.lang.String aWsdlUrl, java.lang.String aOperationName) throws java.lang.Exception
aWsdlUrl
- StringaOperationName
- String
java.lang.Exception
- ,
if problem occurs while retrieving the datapublic static java.util.Vector getSoapOperations(java.lang.String aWsdlUrl) throws java.lang.Exception
Vector
holding
information for the SOAP operations
aWsdlUrl
- url address
java.lang.Exception
- ,
if address is not valid or operation is unsuccessful
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |