@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface FopEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FopEndpointBuilderFactory.AdvancedFopEndpointBuilder
Advanced builder for endpoint for the FOP component.
|
static interface |
FopEndpointBuilderFactory.FopBuilders |
static interface |
FopEndpointBuilderFactory.FopEndpointBuilder
Builder for endpoint for the FOP component.
|
| Modifier and Type | Method and Description |
|---|---|
static FopEndpointBuilderFactory.FopEndpointBuilder |
fop(String path)
FOP (camel-fop)
The fop component allows you to render a message into different output
formats using Apache FOP.
|
static FopEndpointBuilderFactory.FopEndpointBuilder fop(String path)
fop:outputType
Path parameter: outputType (required)
The primary output format is PDF but other output formats are also
supported.
The value can be one of: pdf, ps, pcl, png, jpeg, svg, xml, mif, rtf, txtApache Camel