|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgroovyx.net.ws.cxf.AbstractSettingHelper
groovyx.net.ws.cxf.SSLHelper
public class SSLHelper
Helper class to configure a ssl connection.
SettingConstants.HTTPS_KEYSTORE,
SettingConstants.HTTPS_KEYSTORE_PASS,
SettingConstants.HTTPS_TRUSTSTORE,
SettingConstants.HTTPS_TRUSTSTORE_PASS| Field Summary |
|---|
| Fields inherited from class groovyx.net.ws.cxf.AbstractSettingHelper |
|---|
properties |
| Constructor Summary | |
|---|---|
SSLHelper()
Default constructor |
|
| Method Summary | |
|---|---|
void |
configureClientParameters(org.apache.cxf.endpoint.Client client)
Sets the settings for a ssl connection. |
java.net.URL |
getLocalWsdlUrl(java.net.URL url)
Copy the WSDL locally and returns the local url |
void |
initialize()
Configures the store managers by reading the set properties and sets the settings for a ssl connection. |
protected void |
setDefaultProperties()
Reads the system properties and puts the value of SettingConstants.HTTPS_KEYSTORE, SettingConstants.HTTPS_KEYSTORE_PASS,
SettingConstants.HTTPS_TRUSTSTORE and SettingConstants.HTTPS_TRUSTSTORE_PASS
into the property-map. |
| Methods inherited from class groovyx.net.ws.cxf.AbstractSettingHelper |
|---|
enable, isConfigured, setProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SSLHelper()
| Method Detail |
|---|
protected void setDefaultProperties()
SettingConstants.HTTPS_KEYSTORE, SettingConstants.HTTPS_KEYSTORE_PASS,
SettingConstants.HTTPS_TRUSTSTORE and SettingConstants.HTTPS_TRUSTSTORE_PASS
into the property-map.
setDefaultProperties in class AbstractSettingHelperpublic void initialize()
initialize in class AbstractSettingHelperpublic void configureClientParameters(org.apache.cxf.endpoint.Client client)
configureClientParameters in class AbstractSettingHelperclient - The CXF client to configurepublic java.net.URL getLocalWsdlUrl(java.net.URL url)
url - The actual wsdl url
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||