org.codehaus.xfire.handler.dom
Interface DOMHandler
- All Known Implementing Classes:
- AbstractDOMHandler
- public interface DOMHandler
A handler in a DOM processed pipeline.
- Since:
- Sep 18, 2004
- Author:
- Dan Diephouse
Field Summary |
static java.lang.String |
ROLE
|
ROLE
public static final java.lang.String ROLE
getUnderstoodHeaders
public javax.xml.namespace.QName[] getUnderstoodHeaders()
- Returns:
- null or an empty array if there are no headers.
invoke
public void invoke(MessageContext context,
Message request,
Message response)
throws java.lang.Exception
- Invoke a handler. If a fault occurs it will be handled
via the
handleFault
method.
java.lang.Exception
Copyright © 2004 Codehaus. All Rights Reserved.