@UriEndpoint(scheme="fop",
title="FOP",
syntax="fop:outputFormat",
producerOnly=true,
label="transformation")
public class FopEndpoint
extends org.apache.camel.impl.DefaultEndpoint
| Constructor and Description |
|---|
FopEndpoint(String uri,
FopComponent component,
String outputFormat) |
| 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() |
String |
getOutputFormat() |
String |
getUserConfigURL() |
boolean |
isSingleton() |
void |
setFopFactory(org.apache.fop.apps.FopFactory fopFactory) |
void |
setOutputFormat(String outputFormat) |
void |
setUserConfigURL(String userConfigURL) |
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, getPollingConsumerQueueSize, hashCode, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, 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, String outputFormat)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic boolean isSingleton()
public String getOutputFormat()
public void setOutputFormat(String outputFormat)
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