|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.handlers.AbstractHandler org.apache.axis2.dispatchers.AbstractServiceDispatcher
public abstract class AbstractServiceDispatcher
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.axis2.engine.Handler |
---|
Handler.InvocationResponse |
Field Summary | |
---|---|
static java.lang.String |
NAME
|
Fields inherited from class org.apache.axis2.handlers.AbstractHandler |
---|
handlerDesc |
Constructor Summary | |
---|---|
AbstractServiceDispatcher()
|
Method Summary | |
---|---|
abstract AxisService |
findService(MessageContext messageContext)
Called by Axis Engine to find the service. |
abstract void |
initDispatcher()
|
Handler.InvocationResponse |
invoke(MessageContext msgctx)
This method will be called on each registered handler when a message needs to be processed. |
Methods inherited from class org.apache.axis2.handlers.AbstractHandler |
---|
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NAME
Constructor Detail |
---|
public AbstractServiceDispatcher()
Method Detail |
---|
public abstract AxisService findService(MessageContext messageContext) throws AxisFault
messageContext
-
AxisFault
public abstract void initDispatcher()
public Handler.InvocationResponse invoke(MessageContext msgctx) throws AxisFault
Handler
msgctx
-
AxisFault
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |