@Component(value="milo-client")
public class MiloClientComponent
extends org.apache.camel.support.DefaultComponent
Constructor and Description |
---|
MiloClientComponent() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
MiloClientConfiguration |
getConfiguration() |
MiloClientConnectionManager |
getMiloClientConnectionManager() |
void |
setApplicationName(String applicationName)
Default application name
|
void |
setApplicationUri(String applicationUri)
Default application URI
|
void |
setConfiguration(MiloClientConfiguration configuration)
All default options for client configurations
|
void |
setMiloClientConnectionManager(MiloClientConnectionManager miloClientConnectionManager) |
void |
setProductUri(String productUri)
Default product URI
|
void |
setReconnectTimeout(Long reconnectTimeout)
Default reconnect timeout
|
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
protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint
in class org.apache.camel.support.DefaultComponent
Exception
public MiloClientConfiguration getConfiguration()
public void setConfiguration(MiloClientConfiguration configuration)
public void setApplicationName(String applicationName)
public void setApplicationUri(String applicationUri)
public void setProductUri(String productUri)
public void setReconnectTimeout(Long reconnectTimeout)
public MiloClientConnectionManager getMiloClientConnectionManager()
public void setMiloClientConnectionManager(MiloClientConnectionManager miloClientConnectionManager)
Apache Camel