public class PropertyExpression extends Object implements Expression
Constructor and Description |
---|
PropertyExpression(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Object |
evaluate(Message message) |
Object |
evaluate(MessageEvaluationContext message) |
String |
getName() |
int |
hashCode() |
String |
toString() |
public PropertyExpression(String name)
public Object evaluate(MessageEvaluationContext message) throws javax.jms.JMSException
evaluate
in interface Expression
javax.jms.JMSException
public Object evaluate(Message message) throws javax.jms.JMSException
javax.jms.JMSException
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object o)
equals
in class Object
Object.equals(java.lang.Object)
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.