| Package | Description |
|---|---|
| com.sun.jbi.messaging |
| Modifier and Type | Field and Description |
|---|---|
static Link |
Link.HARD
Indicates that the provided service endpoint name must match a service
providers service endpoint name; indirect connections are not allowed.
|
static Link |
Link.SOFT
Indicates that the provided service endpoint must not match a service
providers service endpoint name; rather, it must match an indirect
connection name.
|
static Link |
Link.STANDARD
Indicates that the provided service endpoint must be routed according
to standard normalized message routing rules.
|
| Modifier and Type | Method and Description |
|---|---|
static Link |
Link.valueOf(String link)
Returns instance of Link that corresponds to given string.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionManager.addEndpointConnection(QName fromService,
String fromEndpoint,
QName toService,
String toEndpoint,
Link linkType)
Add an endpoint-to-endpoint mapping to the NMR connection table.
|
boolean |
Link.equals(Link link)
Equality test.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.