@Component(value="sponge")
public class SpongeComponent
extends org.apache.camel.support.DefaultComponent
| Constructor and Description |
|---|
SpongeComponent() |
SpongeComponent(org.apache.camel.CamelContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
String |
getAction() |
org.openksavi.sponge.engine.SpongeEngine |
getEngine() |
Boolean |
getManaged() |
void |
setAction(String action) |
void |
setEngine(org.openksavi.sponge.engine.SpongeEngine engine)
To use the given Sponge engine instance.
|
void |
setManaged(Boolean managed) |
afterConfiguration, createEndpoint, createEndpoint, doBuild, doInit, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getComponentPropertyConfigurer, getDefaultName, getEndpointPropertyConfigurer, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, resolveRawParameterValues, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setLazyStartProducer, setProperties, setProperties, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIbuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic SpongeComponent()
public SpongeComponent(org.apache.camel.CamelContext context)
protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.support.DefaultComponentExceptionpublic org.openksavi.sponge.engine.SpongeEngine getEngine()
public void setEngine(org.openksavi.sponge.engine.SpongeEngine engine)
engine - the engine.public String getAction()
public void setAction(String action)
public Boolean getManaged()
public void setManaged(Boolean managed)
Copyright © 2016–2021 Softelnet. All rights reserved.