Class EndpointTransformerDefinition


  • @Metadata(label="transformation")
    public class EndpointTransformerDefinition
    extends TransformerDefinition
    Represents an endpoint Transformer which leverages camel Endpoint to perform transformation. A ProcessorTransformer will be created internally with a SendProcessor which forwards the message to the specified Endpoint. One of the Endpoint 'ref' or 'uri' needs to be specified.
    • Constructor Detail

      • EndpointTransformerDefinition

        public EndpointTransformerDefinition()
    • Method Detail

      • getRef

        public String getRef()
      • setRef

        public void setRef​(String ref)
        Set the reference of the Endpoint.
      • getUri

        public String getUri()
      • setUri

        public void setUri​(String uri)
        Set the URI of the Endpoint.