|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientException | |
|---|---|
| de.fzj.unicore.wsrflite.xmlbeans.client | This package contains client side code. |
| Uses of ClientException in de.fzj.unicore.wsrflite.xmlbeans.client |
|---|
| Methods in de.fzj.unicore.wsrflite.xmlbeans.client that throw ClientException | |
|---|---|
boolean |
BaseWSRFClient.checkConnection()
check the connection to the service |
boolean |
BaseWSRFClient.checkConnection(int timeout)
check the connection to the WSRF service by calling getCurrentTime(). |
void |
BaseWSRFClient.destroy()
destroy a WS-Resource |
String |
BaseWSRFClient.getConnectionStatus()
check the connection status to the service |
Calendar |
BaseWSRFClient.getCurrentTime()
get the current time of a WS-Resource |
ResourceLifetime |
BaseWSRFClient.getLT()
|
Map<QName,org.apache.xmlbeans.XmlObject[]> |
BaseWSRFClient.getMultipleResourceProperties(QName... names)
get multiple resource properties |
String |
BaseWSRFClient.getResourceProperty(QName rpQname)
retrieve a resource property This is returned as a String, so you can easily build an XMLBeans object from it |
String |
BaseWSRFClient.getResourcePropertyDocument()
get a string containing all resourceproperties |
org.oasisOpen.docs.wsrf.rp2.GetResourcePropertyDocumentResponseDocument |
BaseWSRFClient.GetResourcePropertyDocument()
get a document containing all resourceproperties |
ResourceProperties |
BaseWSRFClient.getRP()
lazily creates the proxy for the ResourceProperties interface |
Calendar |
BaseWSRFClient.getTerminationTime()
get the termination time of a WS-Resource |
org.oasisOpen.docs.wsrf.rp2.QueryResourcePropertiesResponseDocument |
BaseWSRFClient.queryResourceProperties(String xpath)
perform an xpath query on the resourceproperties |
void |
BaseWSRFClient.setConnectionTimeout(int timeout)
set the connection timeout for this client. |
Calendar |
BaseWSRFClient.setTerminationTime(Calendar newTerminationTime)
set the termination time of a WS-Resource |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||