|
|||||||||
| 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.ProxyHelper
public class ProxyHelper
Helper class to configure the proxy settings.
SettingConstants.HTTP_PROXY_HOST,
SettingConstants.HTTP_PROXY_PORT,
SettingConstants.HTTP_PROXY_USER,
SettingConstants.HTTP_PROXY_PASSWORD| Field Summary |
|---|
| Fields inherited from class groovyx.net.ws.cxf.AbstractSettingHelper |
|---|
properties |
| Constructor Summary | |
|---|---|
ProxyHelper()
|
|
| Method Summary | |
|---|---|
protected void |
configureClientParameters(org.apache.cxf.endpoint.Client client)
Sets the user and the password for the proxy authorization. |
protected void |
setDefaultProperties()
Reads the system properties and puts the value of SettingConstants.HTTP_PROXY_HOST, SettingConstants.HTTP_PROXY_PORT,
SettingConstants.HTTP_PROXY_USER and SettingConstants.HTTP_PROXY_PASSWORD
into the property-map. |
| Methods inherited from class groovyx.net.ws.cxf.AbstractSettingHelper |
|---|
enable, initialize, isConfigured, setProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProxyHelper()
| Method Detail |
|---|
protected void setDefaultProperties()
SettingConstants.HTTP_PROXY_HOST, SettingConstants.HTTP_PROXY_PORT,
SettingConstants.HTTP_PROXY_USER and SettingConstants.HTTP_PROXY_PASSWORD
into the property-map.
setDefaultProperties in class AbstractSettingHelperprotected void configureClientParameters(org.apache.cxf.endpoint.Client client)
configureClientParameters in class AbstractSettingHelperclient - The CXF client to configure
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||