public class MasterEndpoint
extends org.apache.camel.impl.DefaultEndpoint
implements org.apache.camel.DelegateEndpoint
Constructor and Description |
---|
MasterEndpoint(java.lang.String uri,
MasterComponent component,
java.lang.String singletonId,
java.lang.String child) |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
java.lang.String |
getChild() |
MasterComponent |
getComponent() |
org.apache.camel.Endpoint |
getEndpoint() |
java.lang.String |
getSingletonId() |
boolean |
isLenientProperties() |
boolean |
isSingleton() |
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, hashCode, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setProperties, setSynchronous, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspend
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public MasterEndpoint(java.lang.String uri, MasterComponent component, java.lang.String singletonId, java.lang.String child)
public java.lang.String getSingletonId()
public org.apache.camel.Producer createProducer() throws java.lang.Exception
createProducer
in interface org.apache.camel.Endpoint
java.lang.Exception
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor) throws java.lang.Exception
createConsumer
in interface org.apache.camel.Endpoint
java.lang.Exception
public boolean isSingleton()
isSingleton
in interface org.apache.camel.IsSingleton
public boolean isLenientProperties()
isLenientProperties
in interface org.apache.camel.Endpoint
isLenientProperties
in class org.apache.camel.impl.DefaultEndpoint
public MasterComponent getComponent()
getComponent
in class org.apache.camel.impl.DefaultEndpoint
public java.lang.String getChild()
public org.apache.camel.Endpoint getEndpoint()
getEndpoint
in interface org.apache.camel.DelegateEndpoint
Copyright © 2016 Red Hat. All Rights Reserved.