javax.jbi.component
Interface ComponentContext
public interface ComponentContext
activateEndpoint
ServiceEndpoint activateEndpoint(QName serviceName,
String endpointName)
throws JBIException
- Throws:
JBIException
deactivateEndpoint
void deactivateEndpoint(ServiceEndpoint endpoint)
throws JBIException
- Throws:
JBIException
registerExternalEndpoint
void registerExternalEndpoint(ServiceEndpoint externalEndpoint)
throws JBIException
- Throws:
JBIException
deregisterExternalEndpoint
void deregisterExternalEndpoint(ServiceEndpoint externalEndpoint)
throws JBIException
- Throws:
JBIException
resolveEndpointReference
ServiceEndpoint resolveEndpointReference(DocumentFragment epr)
getComponentName
String getComponentName()
getDeliveryChannel
DeliveryChannel getDeliveryChannel()
throws MessagingException
- Throws:
MessagingException
getEndpoint
ServiceEndpoint getEndpoint(QName service,
String name)
getEndpointDescriptor
Document getEndpointDescriptor(ServiceEndpoint endpoint)
throws JBIException
- Throws:
JBIException
getEndpoints
ServiceEndpoint[] getEndpoints(QName interfaceName)
getEndpointsForService
ServiceEndpoint[] getEndpointsForService(QName serviceName)
getExternalEndpoints
ServiceEndpoint[] getExternalEndpoints(QName interfaceName)
getExternalEndpointsForService
ServiceEndpoint[] getExternalEndpointsForService(QName serviceName)
getInstallRoot
String getInstallRoot()
getLogger
Logger getLogger(String suffix,
String resourceBundleName)
throws MissingResourceException,
JBIException
- Throws:
MissingResourceException
JBIException
getMBeanNames
MBeanNames getMBeanNames()
getMBeanServer
MBeanServer getMBeanServer()
getNamingContext
InitialContext getNamingContext()
getTransactionManager
Object getTransactionManager()
getWorkspaceRoot
String getWorkspaceRoot()
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.