Apache Muse - WS-ResourceProperties - GetResourceProperty Capability
Spec name and port type: WS-ResourceProperties v1.2, GetResourceProperty, GetResourcePropertyDocument, and GetMultipleResourceProperties (WSDL)
Capability URI: http://docs.oasis-open.org/wsrf/rpw-2/Get
Description: The capability exposes to remote clients the GetResourceProperty, GetResourcePropertyDocument, and GetMultipleResourceProperties operations of the resource's ResourcePropertyCollection; these operations are already available to internal (service-side) code, but they cannot be invoked by remote clients unless this capability is included.
Java interface: org.apache.muse.ws.resource.properties.get.GetCapability
JAR file: muse-wsrf-api.jar
Default Java implementation: org.apache.muse.ws.resource.properties.get.impl.SimpleGetCapability
JAR file: muse-wsrf-impl.jar
Action on initialize(): None.
Action on initializeCompleted(): None.
Action on prepareShutdown(): None.
Action on shutdown(): None.
Non-Core Dependencies:
Behavior and Limitations: The implementations of the operations are simple pass-throughs to the equivalent methods in ResourcePropertyCollection. For more information on the actual process of reading property values, see the Abstract WSRF Capability.
Initialization parameters: None.