C F G I J O S V 

C

createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.jolt.JoltComponent
 
createEndpointUri() - Method in class org.apache.camel.component.jolt.JoltEndpoint
 

F

findOrCreateEndpoint(String, String) - Method in class org.apache.camel.component.jolt.JoltEndpoint
 

G

getExchangePattern() - Method in class org.apache.camel.component.jolt.JoltEndpoint
 
getInputType() - Method in class org.apache.camel.component.jolt.JoltEndpoint
 
getOutputType() - Method in class org.apache.camel.component.jolt.JoltEndpoint
 
getTransform() - Method in class org.apache.camel.component.jolt.JoltComponent
 
getTransformDsl() - Method in class org.apache.camel.component.jolt.JoltEndpoint
 

I

isSingleton() - Method in class org.apache.camel.component.jolt.JoltEndpoint
 

J

JOLT_CONTEXT - Static variable in class org.apache.camel.component.jolt.JoltConstants
 
JOLT_RESOURCE_URI - Static variable in class org.apache.camel.component.jolt.JoltConstants
 
JoltComponent - Class in org.apache.camel.component.jolt
 
JoltComponent() - Constructor for class org.apache.camel.component.jolt.JoltComponent
 
JoltConstants - Class in org.apache.camel.component.jolt
Jolt Constants.
JoltEndpoint - Class in org.apache.camel.component.jolt
The jolt component allows you to process a JSON messages using an JOLT specification (such as JSON-JSON transformation).
JoltEndpoint() - Constructor for class org.apache.camel.component.jolt.JoltEndpoint
 
JoltEndpoint(String, JoltComponent, String) - Constructor for class org.apache.camel.component.jolt.JoltEndpoint
 
JoltInputOutputType - Enum in org.apache.camel.component.jolt
 
JoltTransformType - Enum in org.apache.camel.component.jolt
 

O

onExchange(Exchange) - Method in class org.apache.camel.component.jolt.JoltEndpoint
 
org.apache.camel.component.jolt - package org.apache.camel.component.jolt
 

S

setInputType(JoltInputOutputType) - Method in class org.apache.camel.component.jolt.JoltEndpoint
Specifies if the input is hydrated JSON or a JSON String.
setOutputType(JoltInputOutputType) - Method in class org.apache.camel.component.jolt.JoltEndpoint
Specifies if the output should be hydrated JSON or a JSON String.
setTransform(Transform) - Method in class org.apache.camel.component.jolt.JoltComponent
Explicitly sets the Transform to use.
setTransform(Transform) - Method in class org.apache.camel.component.jolt.JoltEndpoint
Sets the Transform to use.
setTransformDsl(JoltTransformType) - Method in class org.apache.camel.component.jolt.JoltEndpoint
Specifies the Transform DSL of the endpoint resource.

V

valueOf(String) - Static method in enum org.apache.camel.component.jolt.JoltInputOutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.component.jolt.JoltTransformType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.jolt.JoltInputOutputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.component.jolt.JoltTransformType
Returns an array containing the constants of this enum type, in the order they are declared.
C F G I J O S V 

Apache Camel