|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XQContext
An XQContext
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 | |
---|---|
XQAddressFactory |
getAddressFactory()
Returns an XQAddressFactory appropriate to this context. |
XQEnvelopeFactory |
getEnvelopeFactory()
Returns an XQEnvelopeFactory appropriate to this context. |
XQLog |
getLog()
Returns a logging object. |
XQMessageFactory |
getMessageFactory()
returns a reference to the XQMessageFactory. |
XQParameters |
getParameters()
Returns parameters required for initialization of a service. |
Method Detail |
---|
XQParameters getParameters()
XQParameters
object containing service
initialization informationXQLog getLog()
XQLog
object that the service can useXQAddressFactory getAddressFactory()
XQAddressFactory
appropriate to this context.
XQAddressFactory
XQMessageFactory getMessageFactory()
XQEnvelopeFactory getEnvelopeFactory()
XQEnvelopeFactory
appropriate to this context.
XQEnvelopeFactory
|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |