| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default FopEndpointBuilderFactory.FopEndpointBuilder |
FopEndpointBuilderFactory.AdvancedFopEndpointBuilder.basic() |
static FopEndpointBuilderFactory.FopEndpointBuilder |
FopEndpointBuilderFactory.fop(String path)
FOP (camel-fop)
The fop component allows you to render a message into different output
formats using Apache FOP.
|
default FopEndpointBuilderFactory.FopEndpointBuilder |
FopEndpointBuilderFactory.FopBuilders.fop(String path)
FOP (camel-fop)
The fop component allows you to render a message into different
output formats using Apache FOP.
|
default FopEndpointBuilderFactory.FopEndpointBuilder |
FopEndpointBuilderFactory.FopEndpointBuilder.fopFactory(Object fopFactory)
Allows to use a custom configured or implementation of
org.apache.fop.apps.FopFactory.
|
default FopEndpointBuilderFactory.FopEndpointBuilder |
FopEndpointBuilderFactory.FopEndpointBuilder.fopFactory(String fopFactory)
Allows to use a custom configured or implementation of
org.apache.fop.apps.FopFactory.
|
default FopEndpointBuilderFactory.FopEndpointBuilder |
FopEndpointBuilderFactory.FopEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default FopEndpointBuilderFactory.FopEndpointBuilder |
FopEndpointBuilderFactory.FopEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default FopEndpointBuilderFactory.FopEndpointBuilder |
FopEndpointBuilderFactory.FopEndpointBuilder.userConfigURL(String userConfigURL)
The location of a configuration file which can be loaded from
classpath or file system.
|
Apache Camel