Uses of Enum Class
org.projecthusky.xua.communication.config.SoapClientConfig.SoapVersion
Packages that use SoapClientConfig.SoapVersion
Package
Description
-
Uses of SoapClientConfig.SoapVersion in org.projecthusky.communication.ch.ppq.impl.config
Methods in org.projecthusky.communication.ch.ppq.impl.config with parameters of type SoapClientConfig.SoapVersionModifier and TypeMethodDescriptionPpClientConfigBuilderImpl.soapVersion
(SoapClientConfig.SoapVersion soapVersion) -
Uses of SoapClientConfig.SoapVersion in org.projecthusky.xua.communication.config
Methods in org.projecthusky.xua.communication.config that return SoapClientConfig.SoapVersionModifier and TypeMethodDescriptionSoapClientConfig.getSoapVersion()
static SoapClientConfig.SoapVersion
Returns the enum constant of this class with the specified name.static SoapClientConfig.SoapVersion[]
SoapClientConfig.SoapVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.projecthusky.xua.communication.config with parameters of type SoapClientConfig.SoapVersionModifier and TypeMethodDescriptionvoid
SoapClientConfig.setSoapVersion
(SoapClientConfig.SoapVersion version) Method to set the soap version of the webservice. Methode um die SOAP Version des Webservices zu setzen.SoapClientConfigBuilder.soapVersion
(SoapClientConfig.SoapVersion soapVersion) Method to set the SOAP version. Method um die SOAP version zu setzen. -
Uses of SoapClientConfig.SoapVersion in org.projecthusky.xua.communication.config.impl
Methods in org.projecthusky.xua.communication.config.impl that return SoapClientConfig.SoapVersionMethods in org.projecthusky.xua.communication.config.impl with parameters of type SoapClientConfig.SoapVersionModifier and TypeMethodDescriptionvoid
BaseSoapClientConfigImpl.setSoapVersion
(SoapClientConfig.SoapVersion aVersion) SoapClientConfigBuilderImpl.soapVersion
(SoapClientConfig.SoapVersion soapVersion) XuaClientConfigBuilderImpl.soapVersion
(SoapClientConfig.SoapVersion soapVersion)