public interface ComponentContext extends ComponentContext
| Modifier and Type | Method and Description |
|---|---|
KeyStoreUtil |
getKeyStoreUtil()
Returns a KeyStoreUtil object that allows components to create,
read, update, and delete keys.
|
ManagementMessageFactory |
getManagementMessageFactory()
Get the management message factory which enables JBI components
to construct status and exception messages.
|
StringTranslator |
getStringTranslator(String packageName)
Get a StringTranslator for a specific package name.
|
StringTranslator |
getStringTranslatorFor(Object object)
Get a StringTranslator for a specific object.
|
WsdlFactory |
getWsdlFactory()
Get a copy of the WSDL factory.
|
void |
registerXAResource(XAResource resource)
Used by a component to register an internal XAResource with the JBI runtime.
|
activateEndpoint, deactivateEndpoint, deregisterExternalEndpoint, getComponentName, getDeliveryChannel, getEndpoint, getEndpointDescriptor, getEndpoints, getEndpointsForService, getExternalEndpoints, getExternalEndpointsForService, getInstallRoot, getLogger, getMBeanNames, getMBeanServer, getNamingContext, getTransactionManager, getWorkspaceRoot, registerExternalEndpoint, resolveEndpointReferenceManagementMessageFactory getManagementMessageFactory()
StringTranslator getStringTranslator(String packageName)
packageName - the name of the package that contains the resource
bundle for this translator.StringTranslator getStringTranslatorFor(Object object)
object - an object that is in the same package that contains the
resource bundle for this translator.WsdlFactory getWsdlFactory() throws WsdlException
WsdlException - If the factory cannot be instantiated.void registerXAResource(XAResource resource) throws JBIException
resource - to be registeredJBIException - if something is wrong with the XAResource.KeyStoreUtil getKeyStoreUtil()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.