org.apache.muse.ws.resource.properties.set
Interface SetCapability

All Superinterfaces:
Capability, Initialization, InitializationParameters, PutResourcePropertyDocument, SetResourceProperties, Shutdown, WsResourceCapability, org.apache.muse.ws.resource.WsResourceCapabilityProperties
All Known Implementing Classes:
SimpleSetCapability

public interface SetCapability
extends WsResourceCapability, PutResourcePropertyDocument, SetResourceProperties

SetCapability is allows users to expose the WSRP "write" operations so that remote clients can modify the contents of the WSRP document. These operations include PutResourcePropertyDocument and SetResourceProperties.

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.set.PutResourcePropertyDocument
putResourcePropertyDocument
 
Methods inherited from interface org.apache.muse.ws.resource.properties.set.SetResourceProperties
setResourceProperties