org.apache.muse.ws.resource.properties.set.impl
Class UpdateRequest
java.lang.Object
org.apache.muse.ws.resource.properties.set.impl.AbstractSetRequestComponent
org.apache.muse.ws.resource.properties.set.impl.UpdateRequest
- All Implemented Interfaces:
- XmlSerializable, SetRequestComponent
public class UpdateRequest
- extends AbstractSetRequestComponent
UpdateRequest is a serializer/deserializer for the WS-ResourceProperties
Update operation, which is part of SetResourceProperties.
- Author:
- Dan Jemiolo (danj)
OPERATION
public static final String OPERATION
- See Also:
- Constant Field Values
UpdateRequest
public UpdateRequest(Element request)
throws BaseFault
- Throws:
BaseFault
UpdateRequest
public UpdateRequest(QName qname,
Object value)
UpdateRequest
public UpdateRequest(QName qname,
Object[] values)
execute
public void execute(ResourcePropertyCollection properties)
throws BaseFault
- Description copied from interface:
SetRequestComponent
- Performs the set command on the given WSRP document. There may be
one or more changes made to the document as the result of this command.
- Throws:
BaseFault
toString
public String toString()
- Overrides:
toString
in class Object
toXML
public Element toXML()
- Description copied from interface:
XmlSerializable
- Converts this object into an XML representation, as defined by its
related schema or specification. The format of the XML is dependent
on the concrete type.
- Returns:
- An XML representation of this object.
toXML
public Element toXML(Document doc)
- Description copied from interface:
XmlSerializable
- Converts this object into an XML representation, as defined by its
related schema or specification. The format of the XML is dependent
on the concrete type.
- Parameters:
doc
- The DOM Document that will be used to create all of the nodes
in the resulting XML fragment.
- Returns:
- An XML representation of this object.
Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.