Uses of Enum Class
org.citrusframework.ws.addressing.WsAddressingVersion
Packages that use WsAddressingVersion
-
Uses of WsAddressingVersion in org.citrusframework.ws.addressing
Methods in org.citrusframework.ws.addressing that return WsAddressingVersionModifier and TypeMethodDescriptionWsAddressingHeaders.getVersion()Gets the adressing version.static WsAddressingVersionReturns the enum constant of this class with the specified name.static WsAddressingVersion[]WsAddressingVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.citrusframework.ws.addressing with parameters of type WsAddressingVersionModifier and TypeMethodDescriptionvoidWsAddressingHeaders.setVersion(WsAddressingVersion version) Sets the adressing version.