|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SFCInitializationContext
Service initialization context.
Method Summary | |
---|---|
java.lang.String |
getAbsoluteServiceInstanceName()
Returns the 'absolute name' of this service instance, which consists of:
domain.mfContainer.esbContainer.service
|
XQAddressFactory |
getAddressFactory()
Returns an address factory appropriate for this context. |
XQDispatch |
getDispatcher()
Returns a XQDispatch object that can be used for
asynchronous message dispatch. |
java.lang.String |
getDomainName()
Returns the current domain name. |
XQEndpointManager |
getEndpointManager()
Returns an XQEndpointManager that can be used for
operations related to endpoints. |
XQEnvelopeFactory |
getEnvelopeFactory()
Returns an envelope factory appropriate for this context. |
java.lang.String |
getESBContainerName()
Returns the current ESB container name. |
XQLifeCycleManager |
getLifeCycle()
Returns an XQLifeCycleManager object that can be used for
managing the life cycle of this container. |
XQMessageFactory |
getMessageFactory()
Returns a message factory appropriate for this context. |
java.lang.String |
getMFContainerName()
Returns the current MF container name. |
int |
getNumberOfListeners()
Returns the number of listeners for this service instance. |
SFCParameters |
getParameters()
Returns the service initialization parameters. |
java.lang.String |
getServiceName()
Returns the name of this service instance. |
java.lang.String |
getServiceTypeName()
Returns the name of this service type. |
VariableParser |
getVariableParser()
Returns a variable parser that can be used during initialization. |
XQInitContext |
getXQInitContext()
Provides access to the standard XQInitContext . |
void |
setXQInitContext(XQInitContext xqInitContext)
|
Method Detail |
---|
SFCParameters getParameters()
VariableParser getVariableParser()
XQAddressFactory getAddressFactory()
XQEnvelopeFactory getEnvelopeFactory()
XQMessageFactory getMessageFactory()
XQEndpointManager getEndpointManager()
XQEndpointManager
that can be used for
operations related to endpoints.
XQDispatch getDispatcher()
XQDispatch
object that can be used for
asynchronous message dispatch.
XQLifeCycleManager getLifeCycle()
XQLifeCycleManager
object that can be used for
managing the life cycle of this container.
java.lang.String getDomainName()
java.lang.String getMFContainerName()
java.lang.String getESBContainerName()
java.lang.String getServiceName()
java.lang.String getServiceTypeName()
int getNumberOfListeners()
java.lang.String getAbsoluteServiceInstanceName()
domain.mfContainer.esbContainer.service
XQInitContext getXQInitContext()
XQInitContext
.
void setXQInitContext(XQInitContext xqInitContext)
|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |