|
|||||||||||
| 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.notification.impl.GetCurrentMessageHandler
GetCurrentHandler is the parser for the WS-Notification GetCurrentMessage operation.
| Field Summary |
|---|
| Fields inherited from class org.apache.muse.core.routing.AbstractMessageHandler |
|---|
EMPTY_REQUEST |
| Constructor Summary | |
|---|---|
GetCurrentMessageHandler()
|
|
| 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 |
| Constructor Detail |
public GetCurrentMessageHandler()
| Method Detail |
public java.lang.Object[] fromXML(org.w3c.dom.Element xml)
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.
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 | ||||||||||