Uses of Interface
org.apache.muse.ws.resource.properties.set.SetResourceProperties

Packages that use SetResourceProperties
org.apache.muse.ws.resource.properties   
org.apache.muse.ws.resource.properties.impl   
org.apache.muse.ws.resource.properties.set   
org.apache.muse.ws.resource.properties.set.impl   
 

Uses of SetResourceProperties in org.apache.muse.ws.resource.properties
 

Subinterfaces of SetResourceProperties in org.apache.muse.ws.resource.properties
 interface ResourcePropertyCollection
          ResourcePropertyCollection is the WSRP-based state model that is used by all WS-resources.
 

Uses of SetResourceProperties in org.apache.muse.ws.resource.properties.impl
 

Classes in org.apache.muse.ws.resource.properties.impl that implement SetResourceProperties
 class SimpleResourcePropertyCollection
          SimpleResourcePropertyCollection is Muse's default implementation of the WS-RF state model.
 

Uses of SetResourceProperties in org.apache.muse.ws.resource.properties.set
 

Subinterfaces of SetResourceProperties in org.apache.muse.ws.resource.properties.set
 interface SetCapability
          SetCapability is allows users to expose the WSRP "write" operations so that remote clients can modify the contents of the WSRP document.
 

Uses of SetResourceProperties in org.apache.muse.ws.resource.properties.set.impl
 

Classes in org.apache.muse.ws.resource.properties.set.impl that implement SetResourceProperties
 class SimpleSetCapability
          SimpleSetCapability is Muse's default implementation of the WS-RP 'set' operations - the implementation simply forwards these requests to the equivalent methods in ResourcePropertyCollection.
 



Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.