Uses of Enum Class
org.frankframework.soap.SoapVersion
Packages that use SoapVersion
-
Uses of SoapVersion in org.frankframework.soap
Fields in org.frankframework.soap declared as SoapVersionModifier and TypeFieldDescriptionprotected static final SoapVersion
SoapWrapperPipe.DEFAULT_SOAP_VERSION_FOR_WRAPPING
Methods in org.frankframework.soap that return SoapVersionModifier and TypeMethodDescriptionSoapValidator.getSoapVersion()
static SoapVersion
SoapVersion.getSoapVersion
(String s) SoapWrapperPipe.getSoapVersion()
static SoapVersion
Returns the enum constant of this class with the specified name.static SoapVersion[]
SoapVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.soap with parameters of type SoapVersionModifier and TypeMethodDescriptionvoid
SoapValidator.setSoapVersion
(SoapVersion soapVersion) SOAP envelope XSD version to usevoid
SoapWrapperPipe.setSoapVersion
(SoapVersion value) Soap version to use