public interface IBindingSpecification extends org.apache.hivemind.LocationHolder, org.apache.hivemind.Locatable
Modifier and Type | Method and Description |
---|---|
BindingType |
getType()
Returns the type of binding specification; this is generally
BindingType.PREFIXED . |
java.lang.String |
getValue()
For a prefixed binding specification (the typical type), the value is a binding reference; a
string used to contruct the actual binding, and consists of a prefix (such as "ognl:" or
"message:") and a locator.
|
void |
setType(BindingType type) |
void |
setValue(java.lang.String value) |
BindingType getType()
BindingType.PREFIXED
.java.lang.String getValue()
BindingFactory
, and the locator is passed to the
factory, which uses it to construct the IBinding
instance.void setType(BindingType type)
void setValue(java.lang.String value)