| Package | Description |
|---|---|
| com.sun.jbi.messaging |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicEndpoint
Represents a dynamic endpoint supplied by a component in response to a
call to resolveEndpointReference().
|
class |
ExternalEndpoint
Represents an external-facing endpoint activated by a JBI component.
|
class |
InternalEndpoint
Represents a service endpoint which has been activated in the NMR by a
JBI component.
|
class |
LinkedEndpoint |
| Modifier and Type | Method and Description |
|---|---|
RegisteredEndpoint |
DeliveryChannelImpl.activateEndpoint(QName service,
String endpoint)
Activate an endpoint.
|
RegisteredEndpoint |
EndpointRegistry.getExternalEndpoint(QName service,
String endpoint) |
RegisteredEndpoint[] |
EndpointRegistry.getExternalEndpointsForInterface(QName interfaceName) |
RegisteredEndpoint[] |
EndpointRegistry.getExternalEndpointsForService(QName service) |
RegisteredEndpoint |
EndpointRegistry.getInternalEndpoint(QName service,
String endpoint)
Return a registered endpoint with the specified name, if one exists.
|
RegisteredEndpoint |
EndpointRegistry.getInternalEndpointByName(String epName)
Return a registered endpoint with the specified name, if one exists.
|
RegisteredEndpoint[] |
EndpointRegistry.getInternalEndpointsForInterface(QName interfaceName)
Find internal endpoints that implement the specified interface.
|
RegisteredEndpoint |
EndpointRegistry.getLinkedEndpointByName(String epName)
Return a linked endpoint with the specified name, if one exists.
|
RegisteredEndpoint |
EndpointRegistry.registerExternalEndpoint(ServiceEndpoint endpoint,
String ownerId)
######################################################################
####################### EXTERNAL ENDPOINTS ###########################
####################################################################
|
RegisteredEndpoint |
EndpointRegistry.registerInternalEndpoint(QName service,
String endpoint,
String ownerId)
######################################################################
####################### INTERNAL ENDPOINTS ###########################
####################################################################
|
RegisteredEndpoint |
EndpointRegistry.resolveLinkedEndpoint(LinkedEndpoint link)
Translates a linked endpoint to its internal counterpart based on
a service connection specification.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.