|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Facilitates access to the properties of a resource exposed by a service.
Method Summary | |
Property[] |
getProperties(javax.xml.namespace.QName[] names)
Obtain multiple properties of a resource. |
Property |
getProperty(javax.xml.namespace.QName name)
Obtain a property of a resource. |
Method Detail |
public Property getProperty(javax.xml.namespace.QName name) throws ServiceCommsException, UnknownPropertyException, ResourceUnknownException, ServerException, AuthorisationException
name
- Qualified name of the property
UnknownPropertyException
- If the property is unknown to the resource.
ResourceUnknownException
- If the resource is unknown to the service.
AuthorisationException
- If the client is not authorised to access this
information.
ServerException
- If there was an error server-side.
ServiceCommsException
- If there was an error communicating with the service.public Property[] getProperties(javax.xml.namespace.QName[] names) throws ServiceCommsException, UnknownPropertyException, ResourceUnknownException, ServerException, AuthorisationException
names
- An array of qualified names of the properties.
UnknownPropertyException
- If one of the properties is unknown to the resource.
ResourceUnknownException
- If the resource is unknown to the service.
AuthorisationException
- If the client is not authorised to access this
information.
ServerException
- If there was an error server-side.
ServiceCommsException
- If there was an error communicating with the service.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |