@Metadata(label="spring,configuration")
public class CamelServiceExporterDefinition
extends org.apache.camel.model.IdentifiedType
Constructor and Description |
---|
CamelServiceExporterDefinition() |
Modifier and Type | Method and Description |
---|---|
String |
getCamelContextId() |
Class<?> |
getServiceInterface() |
String |
getServiceRef() |
String |
getUri() |
void |
setCamelContextId(String camelContextId)
The id of the CamelContext to use, if there is multiple CamelContext in the same JVM.
|
void |
setServiceInterface(Class<?> serviceInterface)
Java interfaces to use as facade for the service to be exported
|
void |
setServiceRef(String serviceRef)
Reference to the service name to lookup in the registry.
|
void |
setUri(String uri)
Camel endpoint uri to use a remote transport when calling the service
|
public String getUri()
public void setUri(String uri)
public String getServiceRef()
public void setServiceRef(String serviceRef)
public Class<?> getServiceInterface()
public void setServiceInterface(Class<?> serviceInterface)
public String getCamelContextId()
public void setCamelContextId(String camelContextId)
Apache Camel