|
|||||||||||
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.
If an exception occurrs in the invoke method, the entity which started the invocation, is responsible for turning the exception into a fault.
Field Summary | |
static java.lang.String |
ROLE
|
Method Summary | |
java.util.List |
getAfter()
|
java.util.List |
getBefore()
|
java.lang.String |
getPhase()
The phase which this handler would like to be in. |
java.lang.String[] |
getRoles()
The roles which this service applies to. |
javax.xml.namespace.QName[] |
getUnderstoodHeaders()
|
void |
handleFault(XFireFault fault,
MessageContext context)
Handles faults that occur in this handler. |
void |
invoke(MessageContext context)
Invoke a handler. |
Field Detail |
public static final java.lang.String ROLE
Method Detail |
public javax.xml.namespace.QName[] getUnderstoodHeaders()
public java.lang.String[] getRoles()
null
or an empty if this endpoint handles no
roles.public java.lang.String getPhase()
Phase
public void invoke(MessageContext context) throws java.lang.Exception
handleFault
method.
java.lang.Exception
public void handleFault(XFireFault fault, MessageContext context)
context
- public java.util.List getAfter()
public java.util.List getBefore()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |