Class JcrEndpointBuilderFactory.JcrHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.JcrEndpointBuilderFactory.JcrHeaderNameBuilder
-
- Enclosing interface:
- JcrEndpointBuilderFactory
public static class JcrEndpointBuilderFactory.JcrHeaderNameBuilder extends Object
The builder of headers' name for the JCR component.
-
-
Constructor Summary
Constructors Constructor Description JcrHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringjcrNodeName()The name of the target node.StringjcrNodeType()The node type of the target node.StringjcrOperation()The operation to perform.
-
-
-
Method Detail
-
jcrNodeName
public String jcrNodeName()
The name of the target node. The option is a:Stringtype. Default: The exchange id Group: producer- Returns:
- the name of the header
JcrNodeName.
-
jcrOperation
public String jcrOperation()
The operation to perform. Possible values: CamelJcrInsert or CamelJcrGetById. The option is a:Stringtype. Default: CamelJcrInsert Group: producer- Returns:
- the name of the header
JcrOperation.
-
jcrNodeType
public String jcrNodeType()
The node type of the target node. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
JcrNodeType.
-
-