public class FopEndpoint extends DefaultEndpoint
shutdown, shuttingdown, started, starting, stopped, stopping, suspended, suspending| Constructor and Description |
|---|
FopEndpoint(java.lang.String uri,
FopComponent component,
java.lang.String remaining) |
| Modifier and Type | Method and Description |
|---|---|
Consumer |
createConsumer(Processor processor)
Creates a new Event
Driven Consumer which consumes messages from the endpoint using the
given processor
|
Producer |
createProducer()
Creates a new producer which is used send messages into the endpoint
|
protected void |
doStart()
Implementations override this method to support customized start/stop.
|
boolean |
isSingleton()
Whether this class supports being singleton or not.
|
void |
setUserConfigURL(java.lang.String userConfigURL) |
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, hashCode, isLenientProperties, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspendpublic FopEndpoint(java.lang.String uri,
FopComponent component,
java.lang.String remaining)
public Producer createProducer() throws java.lang.Exception
Endpointjava.lang.Exception - can be thrownpublic Consumer createConsumer(Processor processor) throws java.lang.Exception
Endpointprocessor - the given processorjava.lang.Exception - can be thrownpublic boolean isSingleton()
IsSingletonpublic void setUserConfigURL(java.lang.String userConfigURL)
protected void doStart()
throws java.lang.Exception
ServiceSupportServiceSupport.doStop() for more details.doStart in class DefaultEndpointjava.lang.ExceptionServiceSupport.doStop()Copyright © 2007-2014 Red Hat, Inc.. All Rights Reserved.