Uses of Interface
org.apache.muse.ws.resource.properties.get.GetResourceProperty

Packages that use GetResourceProperty
org.apache.muse.ws.resource.properties   
org.apache.muse.ws.resource.properties.get   
org.apache.muse.ws.resource.properties.get.impl   
org.apache.muse.ws.resource.properties.impl   
 

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

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

Subinterfaces of GetResourceProperty in org.apache.muse.ws.resource.properties.get
 interface GetCapability
          GetCapability allows resources to expose the "get" operations defined by WS-RP - GetMultipleResourceProperties, GetResourceProperty, and GetResourcePropertyDocument.
 

Uses of GetResourceProperty in org.apache.muse.ws.resource.properties.get.impl
 

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

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

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



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