|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.xfire.handler.AbstractHandler
public abstract class AbstractHandler
| Field Summary |
|---|
| Fields inherited from interface org.codehaus.xfire.handler.Handler |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AbstractHandler()
|
|
| Method Summary | |
|---|---|
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()
Returns null by default, indicating that no headers were understood. |
void |
handleFault(XFireFault fault,
MessageContext context)
Handles faults that occur in this handler. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.codehaus.xfire.handler.Handler |
|---|
invoke |
| Constructor Detail |
|---|
public AbstractHandler()
| Method Detail |
|---|
public javax.xml.namespace.QName[] getUnderstoodHeaders()
getUnderstoodHeaders in interface HandlerHandler.getUnderstoodHeaders()public java.lang.String[] getRoles()
Handler
getRoles in interface Handlernull or an empty if this endpoint handles no
roles.public java.lang.String getPhase()
Handler
getPhase in interface HandlerPhase
public void handleFault(XFireFault fault,
MessageContext context)
Handler
handleFault in interface Handlere - context - org.codehaus.xfire.handler.Handler#handleFault(java.lang.Exception, org.codehaus.xfire.MessageContext)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||