public enum WsdlVersion extends Enum<WsdlVersion>
| Modifier and Type | Method and Description |
|---|---|
static String |
getBaseDir(Optional<WsdlVersion> wsdlVersion) |
static WsdlVersion |
getDefaultWsdlVersion() |
static String |
getDefaultWsdlVersionStr() |
static String |
getSoapPort(WsdlVersion wsdlVersion) |
String |
getValue() |
static WsdlVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WsdlVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WsdlVersion V2020_2
public static final WsdlVersion V2021_1
public static final WsdlVersion V2023_1
public static final WsdlVersion V2025_2
public static WsdlVersion[] values()
for (WsdlVersion c : WsdlVersion.values()) System.out.println(c);
public static WsdlVersion 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 String getValue()
public static WsdlVersion getDefaultWsdlVersion()
public static String getDefaultWsdlVersionStr()
public static String getBaseDir(Optional<WsdlVersion> wsdlVersion)
public static String getSoapPort(WsdlVersion wsdlVersion)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.