|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ws4d.java.configuration.ServiceProperties
public class ServiceProperties
Class of service properties. Sets and holds service properties.
Field Summary | |
---|---|
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) |
Method Summary | |
---|---|
List |
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Method Detail |
---|
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 List getBindings()
public URI getServiceId()
public java.lang.String getPrivateKeyAlias()
public java.lang.String getPrivateKeyPass()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |