public static enum ServiceWrapper.Variables extends Enum<ServiceWrapper.Variables>
| Enum Constant and Description |
|---|
InvocationResult |
OutputLocator |
OutputLocatorExtractionExpression |
ServiceEndpoint |
SOAPTemplate |
| Modifier and Type | Method and Description |
|---|---|
static ServiceWrapper.Variables |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceWrapper.Variables[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceWrapper.Variables ServiceEndpoint
public static final ServiceWrapper.Variables SOAPTemplate
public static final ServiceWrapper.Variables OutputLocatorExtractionExpression
public static final ServiceWrapper.Variables InvocationResult
public static final ServiceWrapper.Variables OutputLocator
public static ServiceWrapper.Variables[] values()
for (ServiceWrapper.Variables c : ServiceWrapper.Variables.values()) System.out.println(c);
public static ServiceWrapper.Variables 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 nullCopyright © 2015. All Rights Reserved.