|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final java.lang.String ROLE
Method Detail |
public javax.xml.namespace.QName[] getUnderstoodHeaders()
public void invoke(MessageContext context, javax.xml.stream.XMLStreamReader reader) throws java.lang.Exception
handleFault
method.
java.lang.Exception
public 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 |