Uses of Class
org.apache.camel.builder.endpoint.dsl.STS2EndpointBuilderFactory.STS2Operations
-
Packages that use STS2EndpointBuilderFactory.STS2Operations Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of STS2EndpointBuilderFactory.STS2Operations in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return STS2EndpointBuilderFactory.STS2Operations Modifier and Type Method Description static STS2EndpointBuilderFactory.STS2OperationsSTS2EndpointBuilderFactory.STS2Operations. valueOf(String name)Returns the enum constant of this type with the specified name.static STS2EndpointBuilderFactory.STS2Operations[]STS2EndpointBuilderFactory.STS2Operations. 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 STS2EndpointBuilderFactory.STS2Operations Modifier and Type Method Description default STS2EndpointBuilderFactory.STS2EndpointBuilderSTS2EndpointBuilderFactory.STS2EndpointBuilder. operation(STS2EndpointBuilderFactory.STS2Operations operation)The operation to perform.
-