public final class Link extends Object
| Modifier and Type | Field and Description |
|---|---|
static Link |
HARD
Indicates that the provided service endpoint name must match a service
providers service endpoint name; indirect connections are not allowed.
|
static 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 |
STANDARD
Indicates that the provided service endpoint must be routed according
to standard normalized message routing rules.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Link link)
Equality test.
|
int |
hashCode()
Returns hash code value for this object.
|
String |
toString()
Returns string value of enumerated type.
|
static Link |
valueOf(String link)
Returns instance of Link that corresponds to given string.
|
public static final Link STANDARD
public static final Link HARD
public static final Link SOFT
public String toString()
public boolean equals(Link link)
status - value to be compared for equalitypublic static Link valueOf(String link)
status - string value of statusIllegalArgumentException - if string can't be translatedCopyright © 2011-2016 OpenESB Community. All Rights Reserved.