public enum SoapVersion extends Enum<SoapVersion> implements DocumentedEnum
Enum Constant and Description |
---|
AUTO
Try to auto-detect the value
|
NONE
No wrapping or unwrapping will be done
|
SOAP11 |
SOAP12 |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getNamespaces() |
String |
getSchemaLocation() |
static SoapVersion |
getSoapVersion(String s) |
String |
toString() |
static SoapVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SoapVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
getLabel, name
public static final SoapVersion SOAP11
public static final SoapVersion SOAP12
public static final SoapVersion NONE
public static final SoapVersion AUTO
public static SoapVersion[] values()
for (SoapVersion c : SoapVersion.values()) System.out.println(c);
public static SoapVersion valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static SoapVersion getSoapVersion(String s)
public String getSchemaLocation()
public String toString()
toString
in class Enum<SoapVersion>
Copyright © 2023 Frank!Framework. All rights reserved.