| Package | Description |
|---|---|
| javax.jbi.component | |
| javax.jbi.messaging |
| Modifier and Type | Method and Description |
|---|---|
ServiceEndpoint |
ComponentContext.activateEndpoint(QName serviceName,
String endpointName)
Activates the named endpoint with the NMR.
|
ServiceEndpoint |
ComponentContext.getEndpoint(QName service,
String name)
Get the service endpoint for the named activated endpoint, if any.
|
ServiceEndpoint[] |
ComponentContext.getEndpoints(QName interfaceName)
Queries the NMR for active endpoints that implement the given
interface.
|
ServiceEndpoint[] |
ComponentContext.getEndpointsForService(QName serviceName)
Queries the NMR for active endpoints belonging to the given service.
|
ServiceEndpoint[] |
ComponentContext.getExternalEndpoints(QName interfaceName)
Queries the NMR for external endpoints that implement the given
interface name.
|
ServiceEndpoint[] |
ComponentContext.getExternalEndpointsForService(QName serviceName)
Queries the NMR for external endpoints that are part of the given
service.
|
ServiceEndpoint |
ComponentContext.resolveEndpointReference(DocumentFragment epr)
Resolve the given endpoint reference into a service endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
ComponentContext.registerExternalEndpoint(ServiceEndpoint externalEndpoint)
Registers the given external endpoint with the NMR.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceEndpoint |
MessageExchange.getEndpoint()
Retrieves the endpoint used by this exchange.
|
| Modifier and Type | Method and Description |
|---|---|
MessageExchangeFactory |
DeliveryChannel.createExchangeFactory(ServiceEndpoint endpoint)
Create a message exchange factory for the given endpoint.
|
void |
MessageExchange.setEndpoint(ServiceEndpoint endpoint)
Specifies the endpoint used by this exchange.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.