Uses of Class
org.apache.camel.builder.endpoint.dsl.ThriftEndpointBuilderFactory.ThriftNegotiationType
-
Packages that use ThriftEndpointBuilderFactory.ThriftNegotiationType Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of ThriftEndpointBuilderFactory.ThriftNegotiationType in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return ThriftEndpointBuilderFactory.ThriftNegotiationType Modifier and Type Method Description static ThriftEndpointBuilderFactory.ThriftNegotiationTypeThriftEndpointBuilderFactory.ThriftNegotiationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ThriftEndpointBuilderFactory.ThriftNegotiationType[]ThriftEndpointBuilderFactory.ThriftNegotiationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type ThriftEndpointBuilderFactory.ThriftNegotiationType Modifier and Type Method Description default ThriftEndpointBuilderFactory.ThriftEndpointBuilderThriftEndpointBuilderFactory.ThriftEndpointBuilder. negotiationType(ThriftEndpointBuilderFactory.ThriftNegotiationType negotiationType)Security negotiation type.default ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilderThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder. negotiationType(ThriftEndpointBuilderFactory.ThriftNegotiationType negotiationType)Security negotiation type.default ThriftEndpointBuilderFactory.ThriftEndpointProducerBuilderThriftEndpointBuilderFactory.ThriftEndpointProducerBuilder. negotiationType(ThriftEndpointBuilderFactory.ThriftNegotiationType negotiationType)Security negotiation type.
-