Class JcrEndpointBuilderFactory.JcrHeaderNameBuilder

  • Enclosing interface:
    JcrEndpointBuilderFactory

    public static class JcrEndpointBuilderFactory.JcrHeaderNameBuilder
    extends Object
    The builder of headers' name for the JCR component.
    • Constructor Detail

      • JcrHeaderNameBuilder

        public JcrHeaderNameBuilder()
    • Method Detail

      • jcrNodeName

        public String jcrNodeName()
        The name of the target node. The option is a: String type. 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: String type. 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: String type. Group: producer
        Returns:
        the name of the header JcrNodeType.