@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, 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 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.DefaultComponentExceptionprotected org.apache.camel.Endpoint createEndpoint(SmppConfiguration config) throws Exception
Exceptionprotected org.apache.camel.Endpoint createEndpoint(String uri, SmppConfiguration config) throws Exception
Exceptionpublic SmppConfiguration getConfiguration()
public void setConfiguration(SmppConfiguration configuration)
Apache Camel