|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.event.BaseConfigurableEventType
net.esper.event.xml.BaseXMLEventType
net.esper.event.xml.SchemaXMLEventType
public class SchemaXMLEventType
EventType for xml events that have a Schema. Mapped and Indexed properties are supported. All property types resolved via the declared xsd types. Can access attributes. Validates the property string at construction time.
Constructor Summary | |
---|---|
SchemaXMLEventType(ConfigurationEventTypeXMLDOM configurationEventTypeXMLDOM)
Ctor. |
Method Summary | |
---|---|
protected String[] |
doListPropertyNames()
Subclasses must implement this to supply a list of valid property names. |
protected EventPropertyGetter |
doResolvePropertyGetter(String property)
Subclasses must implement this and supply a getter to a given property. |
protected Class |
doResolvePropertyType(String property)
Subclasses must implement this and return a type for a property. |
Methods inherited from class net.esper.event.xml.BaseXMLEventType |
---|
getDeepSuperTypes, getRootElementName, getSuperTypes, getXPathFactory, setExplicitProperties, setNamespaceContext |
Methods inherited from class net.esper.event.BaseConfigurableEventType |
---|
getGetter, getPropertyNames, getPropertyType, getUnderlyingType, isProperty, setExplicitProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SchemaXMLEventType(ConfigurationEventTypeXMLDOM configurationEventTypeXMLDOM)
configurationEventTypeXMLDOM
- - configuration for typeMethod Detail |
---|
protected Class doResolvePropertyType(String property)
BaseConfigurableEventType
doResolvePropertyType
in class BaseConfigurableEventType
property
- is the property name
protected EventPropertyGetter doResolvePropertyGetter(String property)
BaseConfigurableEventType
doResolvePropertyGetter
in class BaseConfigurableEventType
property
- is the property name
protected String[] doListPropertyNames()
BaseConfigurableEventType
doListPropertyNames
in class BaseXMLEventType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |