|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ca.jcs.cfg.ConnectorConfig
com.ca.jcs.meta.MetaConnectorConfig
com.ca.jcs.meta.MetaPoolingConnectorConfig
com.ca.jcs.sdkws.SDKWSMetaConnectorConfig
public class SDKWSMetaConnectorConfig
The WS MetaConnectorConfig class for storing default configuration.
| Field Summary |
|---|
| Fields inherited from class com.ca.jcs.meta.MetaPoolingConnectorConfig |
|---|
poolConfig |
| Fields inherited from class com.ca.jcs.cfg.ConnectorConfig |
|---|
CONFIG_LOG |
| Constructor Summary | |
|---|---|
SDKWSMetaConnectorConfig()
|
|
| Method Summary | |
|---|---|
String |
getBasicAuthPassword()
The HTTP Basic Authentication wssPassword. |
String |
getBasicAuthUserName()
The HTTP Basic Authentication user name. |
SDKWSHelperFactory |
getHelperFactory()
Return the helper factory for mapping connector classes to helper classes. |
String |
getSslKeystore()
Return the path to the keystore. |
String |
getSslKeystorePassword()
Return the password of the keystore. |
long |
getWsAxisClientTimeOutInMilliSeconds()
Return the timeout value for the axis client. |
String |
getWsAxisHome()
Return the AXIS home file location. |
Map<String,List<String>> |
getWsExceptionMapping()
Return the exception mapping that maps endpoint error codes to LDAP exceptions. |
String |
getWssPassword()
Return the password that will be used in the WSS header of SOAP messages that are sent to ServiceMix. |
String |
getWssUsername()
Return the user name that will be used in the WSS header of SOAP messages that are sent to ServiceMix. |
String |
getWsURL()
Return the URL for the endpoint point (excluding the service), for example, http://localhost:8080. |
boolean |
isEnableSSL()
Return the flag to indicate if SSL should be used between the connector and the endpoint. |
void |
setBasicAuthPassword(String basicAuthPassword)
Set the HTTP Basic Authentication wssPassword. |
void |
setBasicAuthUserName(String basicAuthUserName)
Set the HTTP Basic Authentication user name. |
void |
setEnableSSL(boolean enableSSL)
Set the flag to indicate if SSL should be used between the connector and the endpoint. |
void |
setHelperFactory(SDKWSHelperFactory helperFactory)
Set the helper factory for mapping connector classes to helper classes. |
void |
setSslKeystore(String sslKeystore)
Set the path to the keystore. |
void |
setSslKeystorePassword(String sslKeystorePassword)
Set the password of the keystore. |
void |
setWsAxisClientTimeOutInMilliSeconds(long wsAxisClientTimeOutInMilliSeconds)
Set the timeout value for the axis client. |
void |
setWsAxisHome(String wsAxisHome)
Set the AXIS home file location. |
void |
setWsExceptionMapping(Map<String,List<String>> wsExceptionMapping)
Set the exception mapping that maps endpoint error codes to LDAP exceptions. |
void |
setWssPassword(String wssPassword)
Set the password that will be used in the WSS header of SOAP messages that are sent to ServiceMix. |
void |
setWssUsername(String wssUsername)
Set the user name that will be used in the WSS header of SOAP messages that are sent to ServiceMix. |
void |
setWsURL(String wsURL)
Set the URL for the endpoint point (excluding the service), for example, http://localhost:8080. |
| Methods inherited from class com.ca.jcs.meta.MetaPoolingConnectorConfig |
|---|
getPoolConfig, setPoolConfig |
| Methods inherited from class com.ca.jcs.meta.MetaConnectorConfig |
|---|
getAllowNonFilterableNamingAttrs, getContainerBaseObjectClass, getVirtualContainers, setAllowNonFilterableNamingAttrs, setContainerBaseObjectClass, setVirtualContainers |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SDKWSMetaConnectorConfig()
| Method Detail |
|---|
public String getWsURL()
public void setWsURL(String wsURL)
wsURL - the URL for the endpoint point.public String getWssUsername()
public void setWssUsername(String wssUsername)
wssUsername - the user name that will be used in the WSS header of SOAP messages that are sent to ServiceMix.public String getWssPassword()
public void setWssPassword(String wssPassword)
wssPassword - the password that will be used in the WSS header of SOAP messages that are sent to ServiceMix.public String getBasicAuthUserName()
public void setBasicAuthUserName(String basicAuthUserName)
basicAuthUserName - the HTTP Basic Authentication user name.public String getBasicAuthPassword()
public void setBasicAuthPassword(String basicAuthPassword)
basicAuthPassword - the HTTP Basic Authentication wssPassword.public boolean isEnableSSL()
public void setEnableSSL(boolean enableSSL)
enableSSL - the flag to indicate if SSL should be used between the connector and the endpoint.public String getSslKeystore()
public void setSslKeystore(String sslKeystore)
sslKeystore - the path to the keystore.public String getSslKeystorePassword()
public void setSslKeystorePassword(String sslKeystorePassword)
sslKeystorePassword - the password of the keystore.public String getWsAxisHome()
public void setWsAxisHome(String wsAxisHome)
wsAxisHome - the AXIS home file location.public Map<String,List<String>> getWsExceptionMapping()
public void setWsExceptionMapping(Map<String,List<String>> wsExceptionMapping)
wsExceptionMapping - the exception mapping that maps endpoint error codes to LDAP exceptions.public long getWsAxisClientTimeOutInMilliSeconds()
public void setWsAxisClientTimeOutInMilliSeconds(long wsAxisClientTimeOutInMilliSeconds)
wsAxisClientTimeOutInMilliSeconds - the timeout value for the axis client.public SDKWSHelperFactory getHelperFactory()
public void setHelperFactory(SDKWSHelperFactory helperFactory)
helperFactory - the helper factory for mapping connector classes to helper classes.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||