org.apache.muse.ws.resource.properties.get
Interface GetCapability

All Superinterfaces:
Capability, GetMultipleResourceProperties, GetResourceProperty, GetResourcePropertyDocument, Initialization, InitializationParameters, Shutdown, WsResourceCapability, org.apache.muse.ws.resource.WsResourceCapabilityProperties
All Known Implementing Classes:
SimpleGetCapability

public interface GetCapability
extends WsResourceCapability, GetMultipleResourceProperties, GetResourceProperty, GetResourcePropertyDocument

GetCapability allows resources to expose the "get" operations defined by WS-RP - GetMultipleResourceProperties, GetResourceProperty, and GetResourcePropertyDocument. These three operations are the "read-only" part of the WS-RP spec that do not require the support of some kind of query dialect (which usually adds the burden of processing overhead and libraries to evaluate the queries).

Author:
Dan Jemiolo (danj)

Methods inherited from interface org.apache.muse.ws.resource.WsResourceCapability
deleteProperty, getProperty, getPropertyNames, getWsResource, insertProperty, updateProperty
 
Methods inherited from interface org.apache.muse.core.Capability
getActions, getCapabilityURI, getEnvironment, getLog, getMessageHandler, getPersistence, getResource, initializeCompleted, prepareShutdown, setCapabilityURI, setEnvironment, setLog, setMessageHandlers, setPersistence, setResource
 
Methods inherited from interface org.apache.muse.core.Initialization
hasBeenInitialized, initialize
 
Methods inherited from interface org.apache.muse.core.InitializationParameters
getInitializationParameter, getInitializationParameters, setInitializationParameters
 
Methods inherited from interface org.apache.muse.core.Shutdown
hasBeenShutdown, shutdown
 
Methods inherited from interface org.apache.muse.ws.resource.properties.get.GetMultipleResourceProperties
getMultipleResourceProperties
 
Methods inherited from interface org.apache.muse.ws.resource.properties.get.GetResourceProperty
getResourceProperty
 
Methods inherited from interface org.apache.muse.ws.resource.properties.get.GetResourcePropertyDocument
getResourcePropertyDocument