|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.model.OptionalIdentifiedDefinition<Type>
org.apache.camel.model.ProcessorDefinition<ExpressionNode>
org.apache.camel.model.ExpressionNode
org.apache.camel.model.NoOutputExpressionNode
org.apache.camel.model.SetOutHeaderDefinition
@Deprecated public class SetOutHeaderDefinition
Represents an XML <setOutHeader/> element
Field Summary |
---|
Fields inherited from class org.apache.camel.model.ProcessorDefinition |
---|
inheritErrorHandler, log |
Constructor Summary | |
---|---|
SetOutHeaderDefinition()
Deprecated. |
|
SetOutHeaderDefinition(String headerName,
Expression expression)
Deprecated. |
|
SetOutHeaderDefinition(String headerName,
ExpressionDefinition expression)
Deprecated. |
Method Summary | |
---|---|
Processor |
createProcessor(RouteContext routeContext)
Deprecated. Override this in definition class and implement logic to create the processor based on the definition model. |
String |
getHeaderName()
Deprecated. |
String |
getLabel()
Deprecated. Returns a label to describe this node such as the expression if some kind of expression node |
String |
getShortName()
Deprecated. Returns a short name for this node which can be useful for ID generation or referring to related resources like images |
void |
setHeaderName(String headerName)
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class org.apache.camel.model.NoOutputExpressionNode |
---|
addOutput, getOutputs, id, isOutputSupported |
Methods inherited from class org.apache.camel.model.ExpressionNode |
---|
configureChild, createFilterProcessor, createPredicate, getExpression, preCreateProcessor, setExpression, setOutputs |
Methods inherited from class org.apache.camel.model.OptionalIdentifiedDefinition |
---|
description, getDescription, getDescriptionText, getId, hasCustomIdAssigned, idOrCreate, setDescription, setId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SetOutHeaderDefinition()
public SetOutHeaderDefinition(String headerName, ExpressionDefinition expression)
public SetOutHeaderDefinition(String headerName, Expression expression)
Method Detail |
---|
public String toString()
toString
in class Object
public String getLabel()
ProcessorDefinition
getLabel
in class ExpressionNode
public String getShortName()
OptionalIdentifiedDefinition
getShortName
in interface NamedNode
getShortName
in class ExpressionNode
public Processor createProcessor(RouteContext routeContext) throws Exception
ProcessorDefinition
createProcessor
in class ProcessorDefinition<ExpressionNode>
Exception
@Required public void setHeaderName(String headerName)
public String getHeaderName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |