org.codehaus.xfire.handler.dom
Interface DOMHandler
- All Known Implementing Classes:
- AbstractDOMHandler
public interface DOMHandler
A handler in a DOM processed pipeline. This does not
inherit from the Handler
class.
- Since:
- Sep 18, 2004
- Author:
- Dan Diephouse
Field Summary |
static java.lang.String |
ROLE
|
ROLE
static final java.lang.String ROLE
getUnderstoodHeaders
javax.xml.namespace.QName[] getUnderstoodHeaders()
- Returns:
- null or an empty array if there are no headers.
invoke
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.
- Parameters:
message
- The message context.
- Throws:
java.lang.Exception
Copyright © 2004 Codehaus. All Rights Reserved.