Uses of Interface
org.apache.servicemix.expression.Expression

Packages that use Expression
org.apache.servicemix.components.util   
org.apache.servicemix.expression A pluggable expression library. 
 

Uses of Expression in org.apache.servicemix.components.util
 

Classes in org.apache.servicemix.components.util that implement Expression
 class FileExtensionPropertyExpression
          Expression that returns the 'org.apache.servicemix.file.name' property on the message added by a file extensions.
 

Methods in org.apache.servicemix.components.util that return Expression
 Expression DefaultFileMarshaler.getContent()
           
 Expression DefaultFileMarshaler.getFileName()
           
 

Methods in org.apache.servicemix.components.util with parameters of type Expression
 void DefaultFileMarshaler.setContent(Expression content)
           
 void DefaultFileMarshaler.setFileName(Expression fileName)
           
 

Uses of Expression in org.apache.servicemix.expression
 

Classes in org.apache.servicemix.expression that implement Expression
 class ConstantExpression
          Represents a constant expression
 class JaxenStringXPathExpression
          An Expression which evaluates an XPath expression using Jaxen and returns the String value.
 class JaxenXPathExpression
          Evalutes an XPath expression on the given message using Jaxen
 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
 

Methods in org.apache.servicemix.expression with parameters of type Expression
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-2011 Apache Software Foundation. All Rights Reserved.