public abstract class ServiceCallConfiguration extends IdentifiedType
| Modifier and Type | Field and Description |
|---|---|
protected List<PropertyDefinition> |
properties |
| Constructor and Description |
|---|
ServiceCallConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyDefinition> |
getProperties() |
protected Map<String,String> |
getPropertiesAsMap(org.apache.camel.CamelContext camelContext) |
protected void |
postProcessFactoryParameters(org.apache.camel.CamelContext camelContext,
Map<String,Object> parameters) |
ServiceCallConfiguration |
property(String key,
String value)
Adds a custom property to use.
|
void |
setProperties(List<PropertyDefinition> properties)
Set client properties to use.
|
getId, setId@Metadata(label="advanced") protected List<PropertyDefinition> properties
public ServiceCallConfiguration()
public List<PropertyDefinition> getProperties()
public void setProperties(List<PropertyDefinition> properties)
public ServiceCallConfiguration property(String key, String value)
protected Map<String,String> getPropertiesAsMap(org.apache.camel.CamelContext camelContext) throws Exception
ExceptionApache Camel