|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SetRequest | |
---|---|
org.apache.muse.ws.resource.properties.impl | |
org.apache.muse.ws.resource.properties.set | |
org.apache.muse.ws.resource.properties.set.impl | |
org.apache.muse.ws.resource.remote |
Uses of SetRequest in org.apache.muse.ws.resource.properties.impl |
---|
Methods in org.apache.muse.ws.resource.properties.impl that return SetRequest | |
---|---|
protected SetRequest |
SimpleResourcePropertyCollection.createInsertRequests(Element newDoc)
|
Methods in org.apache.muse.ws.resource.properties.impl with parameters of type SetRequest | |
---|---|
void |
SimpleResourcePropertyCollection.setResourceProperties(SetRequest request)
|
Uses of SetRequest in org.apache.muse.ws.resource.properties.set |
---|
Methods in org.apache.muse.ws.resource.properties.set that return SetRequest | |
---|---|
SetRequest |
SetOperationFactory.createDelete(QName qname)
This is a convenience method that creates a new SetRequest object an populates it with a DeleteRequest for the given property. |
SetRequest |
SetOperationFactory.createInsert(QName qname,
Object[] values)
This is a convenience method that creates a new SetRequest object an populates it with a InsertRequest for the given property. |
SetRequest |
SetOperationFactory.createSet(Element request)
Parses the given XML fragment according to the WS-RP spec for SetResourceProperties requests. |
SetRequest |
SetOperationFactory.createUpdate(QName qname,
Object[] values)
This is a convenience method that creates a new SetRequest object an populates it with a UpdateRequest for the given property. |
Methods in org.apache.muse.ws.resource.properties.set with parameters of type SetRequest | |
---|---|
void |
SetResourceProperties.setResourceProperties(SetRequest request)
Modifies one or more property instances according to the definition of the three WS-RP write operations: Insert, Update, and Delete. |
Uses of SetRequest in org.apache.muse.ws.resource.properties.set.impl |
---|
Classes in org.apache.muse.ws.resource.properties.set.impl that implement SetRequest | |
---|---|
class |
SimpleSetRequest
SimpleSetRequest is a simple container that represents the WS-ResourceProperties SetResourceProperties operation's request content. |
Methods in org.apache.muse.ws.resource.properties.set.impl that return SetRequest | |
---|---|
SetRequest |
SimpleSetOperationFactory.createDelete(QName qname)
|
SetRequest |
SimpleSetOperationFactory.createInsert(QName qname,
Object[] values)
|
SetRequest |
SimpleSetOperationFactory.createSet(Element request)
|
SetRequest |
SimpleSetOperationFactory.createUpdate(QName qname,
Object[] values)
|
Methods in org.apache.muse.ws.resource.properties.set.impl with parameters of type SetRequest | |
---|---|
void |
SimpleSetCapability.setResourceProperties(SetRequest request)
|
Uses of SetRequest in org.apache.muse.ws.resource.remote |
---|
Methods in org.apache.muse.ws.resource.remote with parameters of type SetRequest | |
---|---|
void |
WsResourceClient.setResourceProperties(SetRequest request)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |