Uses of Interface
org.apache.muse.ws.resource.properties.ResourcePropertyCollection

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

Uses of ResourcePropertyCollection in org.apache.muse.ws.resource
 

Methods in org.apache.muse.ws.resource that return ResourcePropertyCollection
 ResourcePropertyCollection WsResource.getPropertyCollection()
           
 

Uses of ResourcePropertyCollection in org.apache.muse.ws.resource.impl
 

Methods in org.apache.muse.ws.resource.impl that return ResourcePropertyCollection
protected  ResourcePropertyCollection SimpleWsResource.createPropertyCollection()
          This method returns the concrete WSRP state model - this is not the implementation of the WSRP capabilities (which map SOAP requests to WSRP operations), but it does implement the actual WSRP operations and does the delegation of read/write requests to the capabilities defining the properties.
 ResourcePropertyCollection SimpleWsResource.getPropertyCollection()
           
 

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

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

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

Methods in org.apache.muse.ws.resource.properties.set with parameters of type ResourcePropertyCollection
 void SetRequestComponent.execute(ResourcePropertyCollection props)
          Performs the set command on the given WSRP document.
 

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

Methods in org.apache.muse.ws.resource.properties.set.impl with parameters of type ResourcePropertyCollection
 void UpdateRequest.execute(ResourcePropertyCollection properties)
           
 void InsertRequest.execute(ResourcePropertyCollection properties)
           
 void DeleteRequest.execute(ResourcePropertyCollection properties)
           
 



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