|
|||||||||||
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.lifetime.impl.SetTerminationTimeHandler
SetTerminationTimeHandler is the parser for the WS-ImmediateTermination SetTerminationTime operation.
ImmediateTermination
Field Summary |
---|
Fields inherited from class org.apache.muse.core.routing.AbstractMessageHandler |
---|
EMPTY_REQUEST |
Constructor Summary | |
---|---|
SetTerminationTimeHandler()
|
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 SetTerminationTimeHandler()
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 |