Uses of Interface
org.apache.camel.builder.endpoint.dsl.XJEndpointBuilderFactory.XJEndpointBuilder
Packages that use XJEndpointBuilderFactory.XJEndpointBuilder
-
Uses of XJEndpointBuilderFactory.XJEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return XJEndpointBuilderFactory.XJEndpointBuilderModifier and TypeMethodDescriptionXJ (camel-xj) Transform JSON and XML message using a XSLT.XJ (camel-xj) Transform JSON and XML message using a XSLT. -
Uses of XJEndpointBuilderFactory.XJEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return XJEndpointBuilderFactory.XJEndpointBuilderModifier and TypeMethodDescriptionXJEndpointBuilderFactory.XJEndpointBuilder.allowStAX(boolean allowStAX) Whether to allow using StAX as the javax.xml.transform.Source.Whether to allow using StAX as the javax.xml.transform.Source.XJEndpointBuilderFactory.AdvancedXJEndpointBuilder.basic()XJEndpointBuilderFactory.XJEndpointBuilder.contentCache(boolean contentCache) Cache for the resource content (the stylesheet file) when it is loaded.XJEndpointBuilderFactory.XJEndpointBuilder.contentCache(String contentCache) Cache for the resource content (the stylesheet file) when it is loaded.XJEndpointBuilderFactory.XJEndpointBuilder.deleteOutputFile(boolean deleteOutputFile) If you have output=file then this option dictates whether or not the output file should be deleted when the Exchange is done processing.XJEndpointBuilderFactory.XJEndpointBuilder.deleteOutputFile(String deleteOutputFile) If you have output=file then this option dictates whether or not the output file should be deleted when the Exchange is done processing.XJEndpointBuilderFactory.endpointBuilder(String componentName, String path) XJEndpointBuilderFactory.XJEndpointBuilder.failOnNullBody(boolean failOnNullBody) Whether or not to throw an exception if the input body is null.XJEndpointBuilderFactory.XJEndpointBuilder.failOnNullBody(String failOnNullBody) Whether or not to throw an exception if the input body is null.Option to specify which output type to use.XJEndpointBuilderFactory.XJEndpointBuilder.output(org.apache.camel.component.xslt.XsltOutput output) Option to specify which output type to use.XJEndpointBuilderFactory.XJEndpointBuilder.transformDirection(String transformDirection) Transform direction.XJEndpointBuilderFactory.XJEndpointBuilder.transformDirection(org.apache.camel.component.xj.TransformDirection transformDirection) Transform direction.XJEndpointBuilderFactory.XJEndpointBuilder.transformerCacheSize(int transformerCacheSize) The number of javax.xml.transform.Transformer object that are cached for reuse to avoid calls to Template.newTransformer().XJEndpointBuilderFactory.XJEndpointBuilder.transformerCacheSize(String transformerCacheSize) The number of javax.xml.transform.Transformer object that are cached for reuse to avoid calls to Template.newTransformer().XJ (camel-xj) Transform JSON and XML message using a XSLT.XJ (camel-xj) Transform JSON and XML message using a XSLT.