public class ServiceComponent
extends org.apache.camel.impl.DefaultComponent
Constructor and Description |
---|
ServiceComponent() |
ServiceComponent(org.apache.camel.CamelContext context) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
org.apache.camel.cloud.ServiceRegistry |
getService() |
org.apache.camel.cloud.ServiceRegistry.Selector |
getServiceSelector() |
void |
setService(org.apache.camel.cloud.ServiceRegistry service)
Inject the service to use.
|
void |
setServiceSelector(org.apache.camel.cloud.ServiceRegistry.Selector serviceSelector)
Inject the service selector used to lookup the
ServiceRegistry to use. |
afterConfiguration, createComponentConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isResolvePropertyPlaceholders, preProcessUri, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, setResolvePropertyPlaceholders, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURI
public ServiceComponent()
public ServiceComponent(org.apache.camel.CamelContext context)
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 org.apache.camel.cloud.ServiceRegistry getService()
public void setService(org.apache.camel.cloud.ServiceRegistry service)
public org.apache.camel.cloud.ServiceRegistry.Selector getServiceSelector()
public void setServiceSelector(org.apache.camel.cloud.ServiceRegistry.Selector serviceSelector)
ServiceRegistry
to use.Apache Camel