Class EndpointTransformerDefinition
- java.lang.Object
-
- org.apache.camel.model.transformer.TransformerDefinition
-
- org.apache.camel.model.transformer.EndpointTransformerDefinition
-
@Metadata(label="transformation") public class EndpointTransformerDefinition extends TransformerDefinition
Represents an endpointTransformerwhich leverages camelEndpointto perform transformation. AProcessorTransformerwill be created internally with aSendProcessorwhich forwards the message to the specified Endpoint. One of the Endpoint 'ref' or 'uri' needs to be specified.
-
-
Constructor Summary
Constructors Constructor Description EndpointTransformerDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRef()StringgetUri()voidsetRef(String ref)Set the reference of the Endpoint.voidsetUri(String uri)Set the URI of the Endpoint.-
Methods inherited from class org.apache.camel.model.transformer.TransformerDefinition
getFromType, getScheme, getToType, setFromType, setFromType, setScheme, setToType, setToType
-
-