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

Packages that use PutResourcePropertyDocument
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 PutResourcePropertyDocument in org.apache.muse.ws.resource.properties
 

Subinterfaces of PutResourcePropertyDocument 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 PutResourcePropertyDocument in org.apache.muse.ws.resource.properties.impl
 

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

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

Subinterfaces of PutResourcePropertyDocument 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 PutResourcePropertyDocument in org.apache.muse.ws.resource.properties.set.impl
 

Classes in org.apache.muse.ws.resource.properties.set.impl that implement PutResourcePropertyDocument
 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.