|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.muse.core.routing.AbstractMessageHandler
org.apache.muse.ws.resource.properties.set.impl.SetHandler
SetHandler is the parser for the WS-ResourceProperties SetResourceProperties operation.
SetResourceProperties
Field Summary | |
---|---|
static SetResponse |
SET_RESPONSE
The wsrp:SetResourcePropertiesResponse content is always the same, so we can share one instance of SetResponse among all components. |
Fields inherited from class org.apache.muse.core.routing.AbstractMessageHandler |
---|
EMPTY_REQUEST |
Constructor Summary | |
---|---|
SetHandler()
|
Method Summary | |
---|---|
java.lang.Object[] |
fromXML(org.w3c.dom.Element xml)
Deserializes the given DOM Element into a set of POJOs that can be used when invoking a Java method. |
org.w3c.dom.Element |
toXML(java.lang.Object result)
Serializes the given object into a DOM Element. |
Methods inherited from class org.apache.muse.core.routing.AbstractMessageHandler |
---|
getAction, getMethod, getRequestName, getResponseName, setMethod |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final SetResponse SET_RESPONSE
Constructor Detail |
public SetHandler()
Method Detail |
public java.lang.Object[] fromXML(org.w3c.dom.Element xml) throws SoapFault
MessageHandler
xml
- The contents of a SOAP Body, where the root element contains
all of the method parameters. For simple parameters, this
element may contain the actual parameter data.
SoapFault
- Serializer.fromXML(Element)
public org.w3c.dom.Element toXML(java.lang.Object result)
MessageHandler
result
- The response value from the operation, which must be serialized
into XML.
MessageHandler.getResponseName()
,
Serializer.toXML(Object, QName)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |