|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.model.OptionalIdentifiedDefinition
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, isOutputSupported |
| Methods inherited from class org.apache.camel.model.ExpressionNode |
|---|
configureChild, createFilterProcessor, 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 Objectpublic String getLabel()
ProcessorDefinition
getLabel in class ExpressionNodepublic String getShortName()
OptionalIdentifiedDefinition
getShortName in interface NamedNodegetShortName 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 | |||||||||