Class WireTapStepParser.NewExchangeDefinition
- java.lang.Object
-
- org.apache.camel.model.ExpressionSubElementDefinition
-
- org.apache.camel.k.loader.yaml.parser.WireTapStepParser.NewExchangeDefinition
-
- All Implemented Interfaces:
HasExpression
- Enclosing class:
- WireTapStepParser
public static final class WireTapStepParser.NewExchangeDefinition extends org.apache.camel.model.ExpressionSubElementDefinition implements HasExpression
-
-
Field Summary
Fields Modifier and Type Field Description List<WireTapStepParser.HeaderDefinition>
headers
-
Constructor Summary
Constructors Constructor Description NewExchangeDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.model.language.ExpressionDefinition
getExpression()
void
setExpression(org.apache.camel.model.language.ExpressionDefinition expressionDefinition)
-
Methods inherited from class org.apache.camel.model.ExpressionSubElementDefinition
getExpressionType, setExpressionType, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.camel.k.loader.yaml.parser.HasExpression
setConstant, setExchangeProperty, setGroovy, setHeader, setHl7terser, setJsonpath, setLanguage, setMethod, setMvel, setOgnl, setRef, setSimple, setSpel, setTokenize, setXpath, setXquery, setXtokenize
-
-
-
-
Field Detail
-
headers
public List<WireTapStepParser.HeaderDefinition> headers
-
-
Method Detail
-
setExpression
public void setExpression(org.apache.camel.model.language.ExpressionDefinition expressionDefinition)
- Specified by:
setExpression
in interfaceHasExpression
-
getExpression
public org.apache.camel.model.language.ExpressionDefinition getExpression()
- Specified by:
getExpression
in interfaceHasExpression
-
-