@Component(value="smpp,smpps")
public class SmppComponent
extends org.apache.camel.support.DefaultComponent
Constructor and Description |
---|
SmppComponent() |
SmppComponent(org.apache.camel.CamelContext context) |
SmppComponent(SmppConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.Endpoint |
createEndpoint(SmppConfiguration config)
Create a new smpp endpoint with the provided smpp configuration
|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
SmppConfiguration config)
Create a new smpp endpoint with the provided uri and smpp configuration
|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map parameters) |
SmppConfiguration |
getConfiguration() |
void |
setConfiguration(SmppConfiguration configuration)
To use the shared SmppConfiguration as configuration.
|
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, validateURI
build, 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, suspend
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SmppComponent()
public SmppComponent(SmppConfiguration configuration)
public SmppComponent(org.apache.camel.CamelContext context)
protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map parameters) throws Exception
createEndpoint
in class org.apache.camel.support.DefaultComponent
Exception
protected org.apache.camel.Endpoint createEndpoint(SmppConfiguration config) throws Exception
Exception
protected org.apache.camel.Endpoint createEndpoint(String uri, SmppConfiguration config) throws Exception
Exception
public SmppConfiguration getConfiguration()
public void setConfiguration(SmppConfiguration configuration)
Apache Camel