| Package | Description |
|---|---|
| org.apache.servicemix.components.util | |
| org.apache.servicemix.expression |
A pluggable expression library.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileExtensionPropertyExpression
Expression that returns the 'org.apache.servicemix.file.name' property on the
message added by a file extensions.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
DefaultFileMarshaler.getContent() |
Expression |
DefaultFileMarshaler.getFileName() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultFileMarshaler.setContent(Expression content) |
void |
DefaultFileMarshaler.setFileName(Expression fileName) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantExpression
Represents a constant expression
|
class |
JaxenStringXPathExpression
An
Expression which evaluates an XPath expression using Jaxen and
returns the String value. |
class |
JaxenXPathExpression
|
class |
JAXPBooleanXPathExpression
Evaluates an XPath expression and coerces the result into a String.
|
class |
JAXPNodeSetXPathExpression
Evaluates an XPath expression and coerces the result into a String.
|
class |
JAXPStringXPathExpression
Evaluates an XPath expression and coerces the result into a String.
|
class |
JAXPXPathExpression
Evalutes an XPath expression on the given message using JAXP
|
class |
JAXPXPathXStreamExpression |
class |
PropertyExpression
A simple expression which returns the value of a property on the message.
|
class |
XMLBeansStringXPathExpression
An
Expression which evaluates an XPath expression using XMLBeans and
returns the String value. |
class |
XMLBeansXPathExpression
An
Expression which evaluates an XPath expression using XMLBeans |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
ExpressionHelper.asString(Expression expression,
javax.jbi.messaging.MessageExchange exchange,
javax.jbi.messaging.NormalizedMessage message,
java.lang.String defaultValue)
Evaluates the given expression as a string value.
|
Copyright © 2005-2014 FuseSource. All Rights Reserved.