|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |