public static enum SelectOptimalTransportFeature.Transport extends Enum<SelectOptimalTransportFeature.Transport>
DeliveryAssurance#TCP| Enum Constant and Description |
|---|
TCP
SOAP/TCP transport
|
| Modifier and Type | Method and Description |
|---|---|
static SelectOptimalTransportFeature.Transport |
getDefault()
Provides a default optimized transport value.
|
static SelectOptimalTransportFeature.Transport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectOptimalTransportFeature.Transport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectOptimalTransportFeature.Transport TCP
public static SelectOptimalTransportFeature.Transport[] values()
for (SelectOptimalTransportFeature.Transport c : SelectOptimalTransportFeature.Transport.values()) System.out.println(c);
public static SelectOptimalTransportFeature.Transport 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 SelectOptimalTransportFeature.Transport getDefault()
TCP.Copyright © 2005–2018 Oracle Corporation. All rights reserved.