|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jotm.btp.axis.WebService
WebService is an object tool with some utilities methods.
Field Summary | |
protected String |
url_
the url of the web service |
Constructor Summary | |
WebService()
|
Method Summary | |
String |
buildURI(String fragment)
builds the URI form the current URL and a string |
String |
buildURI(String url,
String fragment)
builds the URI from a given url and string |
String |
getTransactionIdentifierFromUri(String str)
returns the string representation of the transaction id, from a given URI. |
String |
getUrl()
returns the url of the current web service |
String |
getUrlFromUri(String str)
returns the string representation of the URL from a given URI |
String |
getWsddParameter(String pname)
|
boolean |
isLocalUri(String str)
returns true if the given URI is from the current URL, else false. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected String url_
Constructor Detail |
public WebService()
Method Detail |
public String getUrl()
public String getWsddParameter(String pname)
public String buildURI(String fragment)
fragment
- a string to build the URI
public String buildURI(String url, String fragment)
url
- the string representation of the urlfragment
- a string
public String getTransactionIdentifierFromUri(String str)
str
- the string representation of an URIpublic String getUrlFromUri(String str)
str
- the string representation of an URI
public boolean isLocalUri(String str)
str
- the string representation of the URI
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |