public class CamelMapping extends Object
| Modifier and Type | Field and Description | 
|---|---|
static boolean | 
DEFAULT_HEADERS_COPY  | 
| Constructor and Description | 
|---|
CamelMapping()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAddress()  | 
String | 
getUri()  | 
boolean | 
isHeadersCopy()  | 
CamelMapping | 
setAddress(String address)
Sets the event bus address. 
 | 
CamelMapping | 
setEndpoint(org.apache.camel.Endpoint endpoint)
Sets the Camel endpoint. 
 | 
CamelMapping | 
setHeadersCopy(boolean headersCopy)
Sets whether or not the headers of the input message are copied in the output message. 
 | 
CamelMapping | 
setUri(String uri)
Sets the Camel endpoint URI. 
 | 
public static final boolean DEFAULT_HEADERS_COPY
public String getUri()
public CamelMapping setUri(String uri)
uri - the uriCamelMappingpublic CamelMapping setEndpoint(org.apache.camel.Endpoint endpoint)
setUri(String) does not need to be called.endpoint - the endpointCamelMappingpublic boolean isHeadersCopy()
public CamelMapping setHeadersCopy(boolean headersCopy)
headersCopy - true to copy the headersCamelMappingpublic String getAddress()
public CamelMapping setAddress(String address)
address - the addressCamelMappingCopyright © 2024 Eclipse. All rights reserved.