|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esperio.representation.axiom.AxiomXPathPropertyGetter
public class AxiomXPathPropertyGetter
Implementation of a property getter for the Axiom XML data model.
See AxiomEventRepresentation
for more details.
Constructor Summary | |
---|---|
AxiomXPathPropertyGetter(java.lang.String propertyName,
org.apache.axiom.om.xpath.AXIOMXPath xPath,
javax.xml.namespace.QName resultType,
java.lang.Class optionalCastToType)
Ctor. |
Method Summary | |
---|---|
java.lang.Object |
get(com.espertech.esper.client.EventBean eventBean)
|
java.lang.Object |
getFragment(com.espertech.esper.client.EventBean eventBean)
|
java.lang.Class |
getResultClass()
Returns type of event property. |
boolean |
isExistsProperty(com.espertech.esper.client.EventBean eventBean)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AxiomXPathPropertyGetter(java.lang.String propertyName, org.apache.axiom.om.xpath.AXIOMXPath xPath, javax.xml.namespace.QName resultType, java.lang.Class optionalCastToType)
propertyName
- is the name of the event property for which this getter gets valuesresultType
- is the resulting typexPath
- the Axiom xpath expressionoptionalCastToType
- null if no cast, or the type to cast toMethod Detail |
---|
public java.lang.Object get(com.espertech.esper.client.EventBean eventBean) throws com.espertech.esper.client.PropertyAccessException
get
in interface com.espertech.esper.client.EventPropertyGetter
com.espertech.esper.client.PropertyAccessException
public java.lang.Class getResultClass()
TypedEventPropertyGetter
getResultClass
in interface TypedEventPropertyGetter
public boolean isExistsProperty(com.espertech.esper.client.EventBean eventBean)
isExistsProperty
in interface com.espertech.esper.client.EventPropertyGetter
public java.lang.Object getFragment(com.espertech.esper.client.EventBean eventBean) throws com.espertech.esper.client.PropertyAccessException
getFragment
in interface com.espertech.esper.client.EventPropertyGetter
com.espertech.esper.client.PropertyAccessException
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |