| Package | Description |
|---|---|
| javax.jbi.component | |
| javax.jbi.management | |
| javax.jbi.messaging |
| Modifier and Type | Method and Description |
|---|---|
ServiceEndpoint |
ComponentContext.activateEndpoint(QName serviceName,
String endpointName)
Activates the named endpoint with the NMR.
|
void |
ComponentContext.deactivateEndpoint(ServiceEndpoint endpoint)
Deactivates the given endpoint with the NMR.
|
void |
ComponentContext.deregisterExternalEndpoint(ServiceEndpoint externalEndpoint)
Deregisters the given external endpoint with the NMR.
|
Document |
ComponentContext.getEndpointDescriptor(ServiceEndpoint endpoint)
Retrieve the service description metadata for the specified endpoint.
|
Logger |
ComponentContext.getLogger(String suffix,
String resourceBundleName)
Get a logger instance from JBI.
|
void |
ComponentContext.registerExternalEndpoint(ServiceEndpoint externalEndpoint)
Registers the given external endpoint with the NMR.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentException
DeploymentException is an exception thrown by the Deployment Service and
the Service Unit Manager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessagingException
Generic exception used to report messaging related errors in the Normalized
Message Service.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.