public interface ConnectionManager
| Modifier and Type | Method and Description |
|---|---|
void |
addEndpointConnection(QName fromService,
String fromEndpoint,
QName toService,
String toEndpoint,
Link linkType)
Add an endpoint-to-endpoint mapping to the NMR connection table.
|
void |
addInterfaceConnection(QName fromInterface,
QName toService,
String toEndpoint)
Add an interface-to-endpoint mapping to the NMR connection table.
|
boolean |
removeEndpointConnection(QName fromService,
String fromEndpoint,
QName toService,
String toEndpoint)
Removes an endpoint-to-endpoint mapping from the NMR connection table.
|
boolean |
removeInterfaceConnection(QName fromInterface,
QName toService,
String toEndpoint)
Removes an interface-to-endpoint mapping from the NMR connection table.
|
void addInterfaceConnection(QName fromInterface, QName toService, String toEndpoint) throws MessagingException
fromInterface - interface used by the consumertoService - service name used by the providertoEndpoint - endpoint name used by the providerMessagingExceptionvoid addEndpointConnection(QName fromService, String fromEndpoint, QName toService, String toEndpoint, Link linkType) throws MessagingException
fromService - service name used by the consumerfromEndpoint - endpoint name used by the consumertoService - service name used by the providertoEndpoint - endpoint name used by the providerMessagingExceptionboolean removeInterfaceConnection(QName fromInterface, QName toService, String toEndpoint)
fromInterface - interface used by the consumertoService - service name used by the providertoEndpoint - endpoint name used by the providerboolean removeEndpointConnection(QName fromService, String fromEndpoint, QName toService, String toEndpoint)
fromService - service name used by the consumerfromEndpoint - endpoint name used by the consumertoService - service name used by the providertoEndpoint - endpoint name used by the providerCopyright © 2011-2016 OpenESB Community. All Rights Reserved.