@UriEndpoint(firstVersion="2.16.0",
scheme="pdf",
title="PDF",
syntax="pdf:operation",
producerOnly=true,
label="document,transformation,printing")
public class PdfEndpoint
extends org.apache.camel.support.DefaultEndpoint
| Constructor and Description |
|---|
PdfEndpoint(String endpointUri,
org.apache.camel.Component component,
PdfConfiguration pdfConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
PdfConfiguration |
getPdfConfiguration() |
boolean |
isSingleton() |
void |
setPdfConfiguration(PdfConfiguration pdfConfiguration) |
configureConsumer, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBridgeErrorHandler, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setBridgeErrorHandler, setCamelContext, setConsumerProperties, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoInit, doResume, doShutdown, doSuspend, getStatus, init, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic PdfEndpoint(String endpointUri, org.apache.camel.Component component, PdfConfiguration pdfConfiguration)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic boolean isSingleton()
public PdfConfiguration getPdfConfiguration()
public void setPdfConfiguration(PdfConfiguration pdfConfiguration)
Apache Camel