Package org.apache.camel.impl.engine
Class PrototypeExchangeFactory
java.lang.Object
org.apache.camel.support.service.BaseService
org.apache.camel.support.service.ServiceSupport
org.apache.camel.support.PooledObjectFactorySupport<org.apache.camel.Exchange>
org.apache.camel.impl.engine.PrototypeExchangeFactory
- All Implemented Interfaces:
AutoCloseable,org.apache.camel.CamelContextAware,org.apache.camel.NonManagedService,org.apache.camel.Service,org.apache.camel.ShutdownableService,org.apache.camel.spi.ExchangeFactory,org.apache.camel.spi.HasCamelContext,org.apache.camel.spi.PooledObjectFactory<org.apache.camel.Exchange>,org.apache.camel.spi.RouteIdAware,org.apache.camel.StatefulService,org.apache.camel.SuspendableService
- Direct Known Subclasses:
PooledExchangeFactory
public class PrototypeExchangeFactory
extends org.apache.camel.support.PooledObjectFactorySupport<org.apache.camel.Exchange>
implements org.apache.camel.spi.ExchangeFactory
ExchangeFactory that creates a new Exchange instance.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.support.PooledObjectFactorySupport
org.apache.camel.support.PooledObjectFactorySupport.UtilizationStatisticsNested classes/interfaces inherited from interface org.apache.camel.spi.PooledObjectFactory
org.apache.camel.spi.PooledObjectFactory.Statistics -
Field Summary
Fields inherited from class org.apache.camel.support.PooledObjectFactorySupport
camelContext, capacity, pool, source, statistics, statisticsEnabledFields inherited from class org.apache.camel.support.service.BaseService
BUILT, FAILED, INITIALIZED, INITIALIZING, lock, NEW, SHUTDOWN, SHUTTING_DOWN, STARTED, STARTING, status, STOPPED, STOPPING, SUSPENDED, SUSPENDINGFields inherited from interface org.apache.camel.spi.ExchangeFactory
FACTORY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.Exchangeacquire()org.apache.camel.Exchangecreate(boolean autoRelease) org.apache.camel.Exchangecreate(org.apache.camel.Endpoint fromEndpoint, boolean autoRelease) protected voiddoBuild()protected voiddoStart()protected voiddoStop()org.apache.camel.ConsumerbooleanisPooled()org.apache.camel.spi.ExchangeFactorynewExchangeFactory(org.apache.camel.Consumer consumer) booleanrelease(org.apache.camel.Exchange exchange) voidsetRouteId(String routeId) Methods inherited from class org.apache.camel.support.PooledObjectFactorySupport
doShutdown, getCamelContext, getCapacity, getSize, getStatistics, isStatisticsEnabled, purge, resetStatistics, setCamelContext, setCapacity, setStatisticsEnabledMethods inherited from class org.apache.camel.support.service.BaseService
build, doFail, doInit, doLifecycleChange, doResume, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.CamelContextAware
setCamelContextMethods inherited from interface org.apache.camel.spi.HasCamelContext
getCamelContextMethods inherited from interface org.apache.camel.spi.PooledObjectFactory
getCapacity, getSize, getStatistics, isStatisticsEnabled, purge, resetStatistics, setCapacity, setStatisticsEnabledMethods inherited from interface org.apache.camel.Service
build, close, init, start, stopMethods inherited from interface org.apache.camel.ShutdownableService
shutdownMethods inherited from interface org.apache.camel.StatefulService
getStatus, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspendingMethods inherited from interface org.apache.camel.SuspendableService
isSuspended, resume, suspend
-
Constructor Details
-
PrototypeExchangeFactory
public PrototypeExchangeFactory() -
PrototypeExchangeFactory
public PrototypeExchangeFactory(org.apache.camel.Consumer consumer)
-
-
Method Details
-
doBuild
- Overrides:
doBuildin classorg.apache.camel.support.PooledObjectFactorySupport<org.apache.camel.Exchange>- Throws:
Exception
-
getRouteId
- Specified by:
getRouteIdin interfaceorg.apache.camel.spi.RouteIdAware
-
setRouteId
- Specified by:
setRouteIdin interfaceorg.apache.camel.spi.RouteIdAware
-
getConsumer
public org.apache.camel.Consumer getConsumer()- Specified by:
getConsumerin interfaceorg.apache.camel.spi.ExchangeFactory
-
newExchangeFactory
public org.apache.camel.spi.ExchangeFactory newExchangeFactory(org.apache.camel.Consumer consumer) - Specified by:
newExchangeFactoryin interfaceorg.apache.camel.spi.ExchangeFactory
-
acquire
public org.apache.camel.Exchange acquire()- Specified by:
acquirein interfaceorg.apache.camel.spi.PooledObjectFactory<org.apache.camel.Exchange>
-
create
public org.apache.camel.Exchange create(boolean autoRelease) - Specified by:
createin interfaceorg.apache.camel.spi.ExchangeFactory
-
create
public org.apache.camel.Exchange create(org.apache.camel.Endpoint fromEndpoint, boolean autoRelease) - Specified by:
createin interfaceorg.apache.camel.spi.ExchangeFactory
-
release
public boolean release(org.apache.camel.Exchange exchange) - Specified by:
releasein interfaceorg.apache.camel.spi.ExchangeFactory- Specified by:
releasein interfaceorg.apache.camel.spi.PooledObjectFactory<org.apache.camel.Exchange>
-
isPooled
public boolean isPooled()- Specified by:
isPooledin interfaceorg.apache.camel.spi.PooledObjectFactory<org.apache.camel.Exchange>- Overrides:
isPooledin classorg.apache.camel.support.PooledObjectFactorySupport<org.apache.camel.Exchange>
-
doStart
- Overrides:
doStartin classorg.apache.camel.support.service.BaseService- Throws:
Exception
-
doStop
- Overrides:
doStopin classorg.apache.camel.support.service.BaseService- Throws:
Exception
-