public static enum ThriftEndpointBuilderFactory.ThriftExchangeProtocol extends Enum<ThriftEndpointBuilderFactory.ThriftExchangeProtocol>
org.apache.camel.component.thrift.ThriftExchangeProtocol
enum.| Modifier and Type | Method and Description |
|---|---|
static ThriftEndpointBuilderFactory.ThriftExchangeProtocol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThriftEndpointBuilderFactory.ThriftExchangeProtocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThriftEndpointBuilderFactory.ThriftExchangeProtocol BINARY
public static final ThriftEndpointBuilderFactory.ThriftExchangeProtocol JSON
public static final ThriftEndpointBuilderFactory.ThriftExchangeProtocol SJSON
public static final ThriftEndpointBuilderFactory.ThriftExchangeProtocol COMPACT
public static ThriftEndpointBuilderFactory.ThriftExchangeProtocol[] values()
for (ThriftEndpointBuilderFactory.ThriftExchangeProtocol c : ThriftEndpointBuilderFactory.ThriftExchangeProtocol.values()) System.out.println(c);
public static ThriftEndpointBuilderFactory.ThriftExchangeProtocol 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 nullApache Camel