public class ServiceProperties
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Integer |
DEFAULT_CONFIGURATION_ID |
static java.lang.String |
PROP_BINDING |
static java.lang.String |
PROP_CONFIGURATION_ID |
static java.lang.String |
PROP_SEC_PRIVATEKEY_ALIAS |
static java.lang.String |
PROP_SEC_PRIVATEKEY_PASS |
static java.lang.String |
PROP_SERVICE_ID |
static java.lang.String |
PROP_SERVICE_SECURED
Whether the service should be secured or not (not implemented)
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList |
getBindings()
Gets service bindings.
|
java.lang.Integer |
getConfigurationId()
Gets configuration id.
|
java.lang.String |
getPrivateKeyAlias() |
java.lang.String |
getPrivateKeyPass() |
URI |
getServiceId() |
boolean |
isServiceSecured()
Is the service secured?
|
void |
setConfigurationId(java.lang.Integer configurationId)
Sets configuration id.
|
void |
setServiceSecured(boolean serviceSecured)
Configures service transport security.
|
public static final java.lang.String PROP_CONFIGURATION_ID
public static final java.lang.String PROP_SERVICE_SECURED
public static final java.lang.String PROP_SEC_PRIVATEKEY_ALIAS
public static final java.lang.String PROP_SEC_PRIVATEKEY_PASS
public static final java.lang.String PROP_SERVICE_ID
public static final java.lang.String PROP_BINDING
public static final java.lang.Integer DEFAULT_CONFIGURATION_ID
public java.lang.Integer getConfigurationId()
public void setConfigurationId(java.lang.Integer configurationId)
configurationId - Configuration to set.public boolean isServiceSecured()
public void setServiceSecured(boolean serviceSecured)
serviceSecured - public ArrayList getBindings()
public URI getServiceId()
public java.lang.String getPrivateKeyAlias()
public java.lang.String getPrivateKeyPass()