public class MQTTComponent
extends org.apache.camel.impl.UriEndpointComponent
Constructor and Description |
---|
MQTTComponent() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
String |
getHost() |
String |
getPassword() |
String |
getUserName() |
void |
setHost(String host) |
void |
setPassword(String password) |
void |
setUserName(String userName) |
boolean |
useRawUri() |
createComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClass
afterConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, validateParameters, validateURI
protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint
in class org.apache.camel.impl.DefaultComponent
Exception
public boolean useRawUri()
useRawUri
in interface org.apache.camel.Component
useRawUri
in class org.apache.camel.impl.DefaultComponent
public String getHost()
public void setHost(String host)
public String getUserName()
public void setUserName(String userName)
public String getPassword()
public void setPassword(String password)
Apache Camel