public class ActivitiComponent
extends org.apache.camel.impl.DefaultComponent
| Constructor and Description |
|---|
ActivitiComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String s,
String s1,
Map<String,Object> stringObjectMap) |
boolean |
isCopyCamelBodyToBody() |
boolean |
isCopyVariablesToBodyAsMap() |
boolean |
isCopyVariablesToProperties() |
void |
setCamelContext(org.apache.camel.CamelContext context) |
void |
setCopyCamelBodyToBody(boolean copyCamelBodyToBody) |
void |
setCopyVariablesToBodyAsMap(boolean copyVariablesToBodyAsMap) |
void |
setCopyVariablesToProperties(boolean copyVariablesToProperties) |
afterConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIpublic void setCamelContext(org.apache.camel.CamelContext context)
setCamelContext in interface org.apache.camel.CamelContextAwaresetCamelContext in class org.apache.camel.impl.DefaultComponentprotected org.apache.camel.Endpoint createEndpoint(String s, String s1, Map<String,Object> stringObjectMap) throws Exception
createEndpoint in class org.apache.camel.impl.DefaultComponentExceptionpublic boolean isCopyVariablesToProperties()
public void setCopyVariablesToProperties(boolean copyVariablesToProperties)
public boolean isCopyCamelBodyToBody()
public void setCopyCamelBodyToBody(boolean copyCamelBodyToBody)
public boolean isCopyVariablesToBodyAsMap()
public void setCopyVariablesToBodyAsMap(boolean copyVariablesToBodyAsMap)
Copyright © 2014 Alfresco. All rights reserved.