@Metadata(label="spring,configuration")
public class CamelProxyFactoryDefinition
extends org.apache.camel.model.IdentifiedType
| Constructor and Description |
|---|
CamelProxyFactoryDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCamelContextId() |
Class<?> |
getServiceInterface() |
String |
getServiceUrl() |
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 proxied
|
void |
setServiceUrl(String serviceUrl)
The camel endpoint uri used to send the message to when calling the service from the interface.
|
public String getServiceUrl()
public void setServiceUrl(String serviceUrl)
public Class<?> getServiceInterface()
public void setServiceInterface(Class<?> serviceInterface)
public String getCamelContextId()
public void setCamelContextId(String camelContextId)
Apache Camel