|
|||||||||||
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 | |
---|---|
String |
getEncoding()
Extracts the encoding style |
String |
getLocationUrl()
Retrieves the URL. |
String |
getPortName()
Retrieves name of the port. |
QName |
getServiceQName()
Retrieves qualified service name |
String |
getSoapActionURI()
The method returns the action of the SOAP message |
static Vector |
getSoapOperations(String aWsdlUrl)
The method accepts WSDL url address and returns a Vector holding
information for the SOAP operations |
String |
getStyle()
Extracts the SOAP message style |
String |
getTargetNamespace()
Retrieves target namespace. |
static WsdlData |
getWsdlData(String aWsdlUrl,
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(String aEncoding)
Sets the encoding style |
void |
setLocationUrl(String aLocationUrl)
Sets the URL |
void |
setPortName(String aPortName)
Sets the name of the port |
void |
setServiceQName(QName aServiceQName)
Sets the Qualified service name |
void |
setSoapActionURI(String aSoapActionURI)
Sets the action of the SOAP message |
void |
setStyle(String aStyle)
Sets the SOAP message style |
void |
setTargetNamespace(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(String aTargetNamespace)
aTargetNamespace
- Stringpublic String getTargetNamespace()
public void setServiceQName(QName aServiceQName)
aServiceQName
- QName
public QName getServiceQName()
QName
public void setPortName(String aPortName)
aPortName
- Stringpublic String getPortName()
public void setLocationUrl(String aLocationUrl)
aLocationUrl
- Stringpublic String getLocationUrl()
public void setSoapActionURI(String aSoapActionURI)
aSoapActionURI
- Stringpublic String getSoapActionURI()
public void setStyle(String aStyle)
aStyle
- Stringpublic String getStyle()
public void setEncoding(String aEncoding)
aEncoding
- Stringpublic String getEncoding()
public boolean isOperationOneWay()
boolean
public static WsdlData getWsdlData(String aWsdlUrl, String aOperationName) throws Exception
aWsdlUrl
- StringaOperationName
- String
Exception
- ,
if problem occurs while retrieving the datapublic static Vector getSoapOperations(String aWsdlUrl) throws Exception
Vector
holding
information for the SOAP operations
aWsdlUrl
- url address
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 |