|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XQInitContext
An XQInitContext
provides access to all the
information needed by a service when it is initializing. This includes
start-up parameters as well as support for logging.
Method Summary | |
---|---|
XQDispatch |
getDispatcher()
Returns a XQDispatch interface that can be used for service extensions
dispatch mechanism. |
XQEndpointManager |
getEndpointManager()
Returns an XQEndpointManager that can be used for operations
related to endpoints. |
com.sonicsw.esb.client.ESBInteractorFactory |
getInteractorFactory()
Returns an ESBInteractorFactory appropriate to this context. |
XQLifeCycleManager |
getLifeCycle()
Returns a XQLifeCycleManager interface that can be used for managing
the life cycle of an ESB container and ESB service. |
Methods inherited from interface com.sonicsw.xq.XQContext |
---|
getAddressFactory, getEnvelopeFactory, getLog, getMessageFactory, getParameters |
Method Detail |
---|
XQEndpointManager getEndpointManager()
XQEndpointManager
that can be used for operations
related to endpoints.
XQEndpointManager
XQDispatch getDispatcher()
XQDispatch
interface that can be used for service extensions
dispatch mechanism.
XQDispatch
XQLifeCycleManager getLifeCycle()
XQLifeCycleManager
interface that can be used for managing
the life cycle of an ESB container and ESB service.
XQLifeCycleManager
com.sonicsw.esb.client.ESBInteractorFactory getInteractorFactory()
ESBInteractorFactory
appropriate to this context.
An ESBInteractorFactory provides APIs to create clients that interact
with ESB services, processes and endpoints.
ESBInteractorFactory
|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |