public static enum WSExecutionFactory.Binding extends Enum<WSExecutionFactory.Binding>
Modifier and Type | Method and Description |
---|---|
String |
getBindingId() |
static WSExecutionFactory.Binding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WSExecutionFactory.Binding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WSExecutionFactory.Binding HTTP
public static final WSExecutionFactory.Binding SOAP11
public static final WSExecutionFactory.Binding SOAP12
public static WSExecutionFactory.Binding[] values()
for (WSExecutionFactory.Binding c : WSExecutionFactory.Binding.values()) System.out.println(c);
public static WSExecutionFactory.Binding 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 getBindingId()
Copyright © 2020. All rights reserved.