public class VoIPConnector extends Connector
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONNECTOR_TYPE |
| Constructor and Description |
|---|
VoIPConnector(java.lang.String address) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConnectionLabel()
Provides a human read-able label
Required to be non-null
|
java.lang.String |
getConnectionString()
Address used to connect
Required to be non-null
|
java.lang.String |
getConnectionType()
Uniquely identifies a connection type
Required to be non-null
|
java.lang.String |
getIconUri()
Get icon for this connector
|
equals, equals, getConnectionDisplayString, getPriority, hashCode, isUserConnector, toStringpublic static final java.lang.String CONNECTOR_TYPE
public java.lang.String getConnectionString()
ConnectorgetConnectionString in class Connectorpublic java.lang.String getConnectionType()
ConnectorgetConnectionType in class Connectorpublic java.lang.String getConnectionLabel()
ConnectorgetConnectionLabel in class Connectorpublic java.lang.String getIconUri()
ConnectorgetIconUri in class Connector