|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WSRPClient
The client interface to WS-ResourceProperties operations.
| Method Summary | |
|---|---|
org.w3c.dom.Element[] |
getMultipleResourceProperties(javax.xml.namespace.QName[] resourceProperties)
Get multiple resource properties. |
org.w3c.dom.Element |
getResourceProperty(javax.xml.namespace.QName resourceProperty)
Get custom resource property. |
org.w3c.dom.Element |
getResourcePropertyDocument()
|
org.w3c.dom.Element[] |
queryXPath10Properties(java.lang.String expression)
Query resource properties with XPath 1.0. |
| Method Detail |
|---|
org.w3c.dom.Element getResourceProperty(javax.xml.namespace.QName resourceProperty)
throws GPEInvalidResourcePropertyQNameException,
GPEResourceUnknownException,
GPESecurityException,
GPEUnmarshallingException,
GPEMiddlewareRemoteException,
GPEMiddlewareServiceException
resourceProperty - The qname of the resource property
GPEInvalidResourcePropertyQNameException - If a resource does not provide corresponding property
GPEResourceUnknownException - If WSRF-HE fails to find a resource with corresponding identifier
GPEUnmarshallingException - If something bad happens during convertation from XML to resource property object
GPESecurityException - If client fails to setup security
GPEMiddlewareRemoteException - If middleware throws an analogue of RemoreException
GPEMiddlewareServiceException - If middleware throws an analogue of ServiceException
org.w3c.dom.Element[] getMultipleResourceProperties(javax.xml.namespace.QName[] resourceProperties)
throws GPEInvalidResourcePropertyQNameException,
GPEResourceUnknownException,
GPESecurityException,
GPEUnmarshallingException,
GPEMiddlewareRemoteException,
GPEMiddlewareServiceException
resourceProperties - The array of required resource property qnames
GPEInvalidResourcePropertyQNameException - If a resource does not provide corresponding property
GPEResourceUnknownException - If WSRF-HE fails to find a resource with corresponding identifier
GPEUnmarshallingException - If something bad happens during convertation from XML to resource property object
GPESecurityException - If client fails to setup security
GPEMiddlewareRemoteException - If middleware throws an analogue of RemoreException
GPEMiddlewareServiceException - If middleware throws an analogue of ServiceException
org.w3c.dom.Element getResourcePropertyDocument()
throws java.lang.Exception
java.lang.Exception
org.w3c.dom.Element[] queryXPath10Properties(java.lang.String expression)
throws GPEResourceUnknownException,
GPEInvalidResourcePropertyQNameException,
GPEInvalidQueryExpressionException,
GPEQueryEvaluationErrorException,
GPEUnknownQueryExpressionDialectException,
GPESecurityException,
GPEUnmarshallingException,
GPEMiddlewareRemoteException,
GPEMiddlewareServiceException
expression - XPath 1.0 query
GPEResourceUnknownException - If WSRF-HE fails to find a resource with corresponding identifier
GPEInvalidResourcePropertyQNameException - If a resource does not provide corresponding property
GPEInvalidQueryExpressionException - If query expression is malformed
GPEQueryEvaluationErrorException - If something bad happens during query expression evaluation
GPEUnknownQueryExpressionDialectException - If server does not support given query expression dialect
GPEUnmarshallingException - If something bad happens during convertation from XML to resource property object
GPESecurityException - If client fails to setup security
GPEMiddlewareRemoteException - If middleware throws an analogue of RemoreException
GPEMiddlewareServiceException - If middleware throws an analogue of ServiceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||