public interface CommunicationBinding extends Binding
A binding represents one or more endpoints which allow access to a resource, a device or an service.
| Modifier and Type | Method and Description |
|---|---|
CommunicationBinding |
duplicate(java.lang.String path)
Duplicates this communication binding with the new path.
|
URI |
getTransportAddress()
Returns an
URI for this binding. |
boolean |
isSecure()
Returns true if binding is secur binding.
|
addBindingListener, getCommunicationManagerId, getCredentialInfo, getHostAddress, getKey, isUsable, removeBindingListener, setCredentialInfoURI getTransportAddress()
URI for this binding. This URI is a transport address to access this
binding.CommunicationBinding duplicate(java.lang.String path)
path - boolean isSecure()