|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.xfire.handler.AbstractHandler
org.codehaus.xfire.util.dom.DOMOutHandler
Creates a org.w3c.dom.Document for the outgoing message and sets the outgoing message's serializer to a DOMSerializer.
To access the DOM simply do:
OutMessage msg = context.getOutMessage(); Document doc = (Document) msg.getProperty(DOMOutHandler.DOM_MESSAGE);
Field Summary | |
static java.lang.String |
DOM_MESSAGE
|
Fields inherited from interface org.codehaus.xfire.handler.Handler |
ROLE |
Constructor Summary | |
DOMOutHandler()
|
Method Summary | |
void |
invoke(MessageContext context)
Invoke a handler. |
Methods inherited from class org.codehaus.xfire.handler.AbstractHandler |
after, before, getAfter, getBefore, getPhase, getRoles, getUnderstoodHeaders, handleFault, setAfter, setBefore, setPhase |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String DOM_MESSAGE
Constructor Detail |
public DOMOutHandler()
Method Detail |
public void invoke(MessageContext context) throws java.lang.Exception
Handler
handleFault
method.
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |