@UriEndpoint(firstVersion="2.10.0",
scheme="fop",
title="FOP",
syntax="fop:outputType",
producerOnly=true,
label="transformation")
public class FopEndpoint
extends org.apache.camel.impl.DefaultEndpoint
| Constructor and Description |
|---|
FopEndpoint(String uri,
FopComponent component,
FopOutputType outputType) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
protected void |
doStart() |
org.apache.fop.apps.FopFactory |
getFopFactory() |
FopOutputType |
getOutputType() |
String |
getUserConfigURL() |
boolean |
isSingleton() |
void |
setFopFactory(org.apache.fop.apps.FopFactory fopFactory)
Allows to use a custom configured or implementation of org.apache.fop.apps.FopFactory.
|
void |
setOutputType(FopOutputType outputType)
The primary output format is PDF but other output formats are also supported.
|
void |
setUserConfigURL(String userConfigURL)
The location of a configuration file which can be loaded from classpath or file system.
|
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBridgeErrorHandler, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setBridgeErrorHandler, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic FopEndpoint(String uri, FopComponent component, FopOutputType outputType)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic boolean isSingleton()
public FopOutputType getOutputType()
public void setOutputType(FopOutputType outputType)
public String getUserConfigURL()
public void setUserConfigURL(String userConfigURL)
public org.apache.fop.apps.FopFactory getFopFactory()
public void setFopFactory(org.apache.fop.apps.FopFactory fopFactory)
Apache Camel