org.apache.muse.ws.resource.properties.set.impl
Class SimpleSetRequest
java.lang.Object
org.apache.muse.ws.resource.properties.set.impl.SimpleSetRequest
- All Implemented Interfaces:
- SetRequest, XmlSerializable
- public class SimpleSetRequest
- extends java.lang.Object
- implements SetRequest
SimpleSetRequest is a simple container that represents the WS-ResourceProperties
SetResourceProperties operation's request content. It may contain one or
more executable SetRequestComponents.
- Author:
- Dan Jemiolo (danj)
Method Summary |
void |
addRequestComponent(SetRequestComponent operation)
|
java.util.List |
getRequestComponents()
|
java.lang.String |
toString()
|
org.w3c.dom.Element |
toXML()
Converts this object into an XML representation, as defined by its
related schema or specification. |
org.w3c.dom.Element |
toXML(org.w3c.dom.Document doc)
Converts this object into an XML representation, as defined by its
related schema or specification. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SimpleSetRequest
public SimpleSetRequest()
addRequestComponent
public void addRequestComponent(SetRequestComponent operation)
- Specified by:
addRequestComponent
in interface SetRequest
getRequestComponents
public java.util.List getRequestComponents()
- Specified by:
getRequestComponents
in interface SetRequest
toString
public java.lang.String toString()
toXML
public org.w3c.dom.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.
- Specified by:
toXML
in interface XmlSerializable
- Returns:
- An XML representation of this object.
toXML
public org.w3c.dom.Element toXML(org.w3c.dom.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.
- Specified by:
toXML
in interface XmlSerializable
- 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.