Uses of Enum Class
com.predic8.membrane.core.Constants.SoapVersion
Packages that use Constants.SoapVersion
-
Uses of Constants.SoapVersion in com.predic8.membrane.core
Methods in com.predic8.membrane.core that return Constants.SoapVersionModifier and TypeMethodDescriptionstatic Constants.SoapVersionReturns the enum constant of this class with the specified name.static Constants.SoapVersion[]Constants.SoapVersion.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Constants.SoapVersion in com.predic8.membrane.core.util
Methods in com.predic8.membrane.core.util that return Constants.SoapVersionModifier and TypeMethodDescriptionstatic Constants.SoapVersionWSDLUtil.getSOAPVersion(com.predic8.wsdl.Port port) SOAP version of a WSDL portSOAPUtil.SOAPAnalysisResult.version()Returns the value of theversionrecord component.Constructors in com.predic8.membrane.core.util with parameters of type Constants.SoapVersionModifierConstructorDescriptionSOAPAnalysisResult(boolean isSOAP, boolean isFault, Constants.SoapVersion version, QName soapElement) Creates an instance of aSOAPAnalysisResultrecord class.