Package | Description |
---|---|
com.espertech.esper.event |
This package defines the internal event APIs.
|
com.espertech.esper.event.property |
Parsers and business objects to handle nested, indexed, mapped or generally complex properties for use in JavaBean
access
|
com.espertech.esper.event.xml |
XML event wrappers
|
Constructor and Description |
---|
EventSenderXMLDOM(EPRuntimeEventSender runtimeEventSender,
BaseXMLEventType baseXMLEventType,
EventAdapterService eventAdapterService,
ThreadingService threadingService)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterSPI |
SimpleProperty.getGetterDOM(SchemaElementComplex complexProperty,
EventAdapterService eventAdapterService,
BaseXMLEventType xmlEventType,
String propertyExpression) |
EventPropertyGetterSPI |
Property.getGetterDOM(SchemaElementComplex complexProperty,
EventAdapterService eventAdapterService,
BaseXMLEventType xmlEventType,
String propertyExpression)
Returns the getter-method for use with XML DOM event representations.
|
EventPropertyGetterSPI |
NestedProperty.getGetterDOM(SchemaElementComplex parentComplexProperty,
EventAdapterService eventAdapterService,
BaseXMLEventType eventType,
String propertyExpression) |
EventPropertyGetterSPI |
MappedProperty.getGetterDOM(SchemaElementComplex complexProperty,
EventAdapterService eventAdapterService,
BaseXMLEventType eventType,
String propertyExpression) |
EventPropertyGetterSPI |
IndexedProperty.getGetterDOM(SchemaElementComplex complexProperty,
EventAdapterService eventAdapterService,
BaseXMLEventType eventType,
String propertyExpression) |
EventPropertyGetterSPI |
DynamicSimpleProperty.getGetterDOM(SchemaElementComplex complexProperty,
EventAdapterService eventAdapterService,
BaseXMLEventType eventType,
String propertyExpression) |
EventPropertyGetterSPI |
DynamicMappedProperty.getGetterDOM(SchemaElementComplex complexProperty,
EventAdapterService eventAdapterService,
BaseXMLEventType eventType,
String propertyExpression) |
EventPropertyGetterSPI |
DynamicIndexedProperty.getGetterDOM(SchemaElementComplex complexProperty,
EventAdapterService eventAdapterService,
BaseXMLEventType eventType,
String propertyExpression) |
Modifier and Type | Class and Description |
---|---|
class |
SchemaXMLEventType
EventType for xml events that have a Schema.
|
class |
SimpleXMLEventType
Optimistic try to resolve the property string into an appropiate xPath,
and use it as getter.
|
Modifier and Type | Method and Description |
---|---|
static EventPropertyGetterSPI |
SchemaXMLPropertyParser.getXPathResolution(String propertyName,
XPathFactory xPathFactory,
String rootElementName,
String namespace,
SchemaModel schemaModel,
EventAdapterService eventAdapterService,
BaseXMLEventType xmlEventType,
boolean isAllowFragment,
String defaultNamespace)
Return the xPath corresponding to the given property.
|
Constructor and Description |
---|
FragmentFactoryDOMGetter(EventAdapterService eventAdapterService,
BaseXMLEventType xmlEventType,
String propertyExpression)
Ctor.
|