public class PropertyExpression extends Object implements Expression
| Constructor and Description |
|---|
PropertyExpression(String name) |
public PropertyExpression(String name)
public Object evaluate(javax.jms.Message message) throws javax.jms.JMSException
evaluate in interface Expressionmessage - the message to evaluatejavax.jms.JMSException - in case the message cannot be evaluatedpublic String getName()
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object o)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2003–2020. All rights reserved.