|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Handler
A handler is just something that processes an XML message.
There is one handler per service. This can delegate to a bunch of other handlers if need be.
Field Summary | |
---|---|
static java.lang.String |
ROLE
|
Method Summary | |
---|---|
javax.xml.namespace.QName[] |
getUnderstoodHeaders()
|
void |
handleFault(java.lang.Exception e,
MessageContext context)
Handles faults that occur in this handler. |
void |
invoke(MessageContext context,
javax.xml.stream.XMLStreamReader reader)
Invoke a handler. |
Field Detail |
---|
static final java.lang.String ROLE
Method Detail |
---|
javax.xml.namespace.QName[] getUnderstoodHeaders()
void invoke(MessageContext context, javax.xml.stream.XMLStreamReader reader) throws java.lang.Exception
handleFault
method.
message
- The message context.
java.lang.Exception
void handleFault(java.lang.Exception e, MessageContext context)
context
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |