|
|||||||||
| 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.SoapHelper
public class SoapHelper
Helper to configure the SOAP connection
SettingConstants#SOAP_SERVICE_NAMESPACE,
SettingConstants#SOAP_SERVICE_LOCALPART,
SettingConstants#SOAP_PORT_NAMESPACE,
SettingConstants#SOAP_PORT_LOCALPART| Field Summary |
|---|
| Fields inherited from class groovyx.net.ws.cxf.AbstractSettingHelper |
|---|
properties |
| Constructor Summary | |
|---|---|
SoapHelper()
|
|
| Method Summary | |
|---|---|
protected void |
configureClientParameters(org.apache.cxf.endpoint.Client client)
Sets the user and the password for the proxy authorization. |
org.apache.cxf.binding.soap.model.SoapBindingInfo |
getBinding()
|
protected void |
setDefaultProperties()
Select the default SOAP version in SoapVersion.SOAP_1_1, SoapVersion.SOAP_1_2,
currently SoapVersion.SOAP_1_1 is used. |
void |
setPreferredSoapVersion(SoapVersion soapVersion)
Sets the value of the SOAP version. |
| 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 SoapHelper()
| Method Detail |
|---|
protected void setDefaultProperties()
SoapVersion.SOAP_1_1, SoapVersion.SOAP_1_2,
currently SoapVersion.SOAP_1_1 is used.
setDefaultProperties in class AbstractSettingHelperpublic void setPreferredSoapVersion(SoapVersion soapVersion)
soapVersion - value of the preferred SOAP versionpublic org.apache.cxf.binding.soap.model.SoapBindingInfo getBinding()
BindingInfo
corresponding to the preferred SOAP version.protected void configureClientParameters(org.apache.cxf.endpoint.Client client)
configureClientParameters in class AbstractSettingHelperclient - The client ro configure.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||