public class SpongeComponent
extends org.apache.camel.impl.DefaultComponent
| Constructor and Description |
|---|
SpongeComponent() |
| 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.Engine |
getEngine() |
Boolean |
getManaged() |
void |
setAction(String action) |
void |
setEngine(org.openksavi.sponge.engine.Engine engine)
To use the given Sponge engine instance.
|
void |
setManaged(Boolean managed) |
afterConfiguration, createComponentConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, isResolvePropertyPlaceholders, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, setResolvePropertyPlaceholders, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIprotected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.impl.DefaultComponentExceptionpublic org.openksavi.sponge.engine.Engine getEngine()
public void setEngine(org.openksavi.sponge.engine.Engine engine)
engine - the engine.public String getAction()
public void setAction(String action)
public Boolean getManaged()
public void setManaged(Boolean managed)
Copyright © 2016–2017 Softelnet. All rights reserved.