|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.service.AbstractService
org.mule.model.direct.DirectService
public class DirectService
A direct service invokes the service service directly without any threading, even when the invocation is asynchronous
Field Summary | |
---|---|
protected List |
interceptorList
|
Fields inherited from class org.mule.service.AbstractService |
---|
component, exceptionListener, inboundRouter, INITIAL_STATE_PAUSED, INITIAL_STATE_STARTED, INITIAL_STATE_STOPPED, initialised, initialState, logger, model, muleContext, name, nestedRouter, outboundRouter, paused, responseRouter, stats, stopped, stopping |
Fields inherited from interface org.mule.api.lifecycle.Initialisable |
---|
PHASE_NAME |
Fields inherited from interface org.mule.api.lifecycle.Startable |
---|
PHASE_NAME |
Fields inherited from interface org.mule.api.lifecycle.Stoppable |
---|
PHASE_NAME |
Fields inherited from interface org.mule.api.lifecycle.Disposable |
---|
PHASE_NAME |
Constructor Summary | |
---|---|
DirectService()
|
Method Summary | |
---|---|
protected void |
doDispatch(MuleEvent event)
|
protected MuleMessage |
doSend(MuleEvent event)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected List interceptorList
Constructor Detail |
---|
public DirectService()
Method Detail |
---|
protected MuleMessage doSend(MuleEvent event) throws MuleException
doSend
in class AbstractService
MuleException
protected void doDispatch(MuleEvent event) throws MuleException
doDispatch
in class AbstractService
MuleException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |