Package | Description |
---|---|
com.espertech.esper.common.client.configuration.common |
Configuration classes for the common section, which is relevant to both the compiler and the runtime
|
com.espertech.esper.common.internal.event.eventtypefactory | |
com.espertech.esper.common.internal.event.eventtyperepo | |
com.espertech.esper.common.internal.event.xml |
XML event wrappers
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,ConfigurationCommonEventTypeXMLDOM> |
ConfigurationCommon.eventTypesXMLDOM
Map of event type name and XML DOM configuration.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ConfigurationCommonEventTypeXMLDOM> |
ConfigurationCommon.getEventTypesXMLDOM()
Returns the mapping of event type name to XML DOM event type information.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCommon.addEventType(String eventTypeName,
ConfigurationCommonEventTypeXMLDOM xmlDOMEventTypeDesc)
Add an name for an event type that represents org.w3c.dom.Node events.
|
Modifier and Type | Method and Description |
---|---|
EventType |
EventTypeFactoryImpl.createXMLType(EventTypeMetadata metadata,
ConfigurationCommonEventTypeXMLDOM detail,
SchemaModel schemaModel,
String representsFragmentOfProperty,
String representsOriginalTypeName,
BeanEventTypeFactory beanEventTypeFactory,
XMLFragmentEventTypeFactory xmlFragmentEventTypeFactory,
EventTypeNameResolver eventTypeNameResolver) |
EventType |
EventTypeFactory.createXMLType(EventTypeMetadata metadata,
ConfigurationCommonEventTypeXMLDOM detail,
SchemaModel schemaModel,
String representsFragmentOfProperty,
String representsOriginalTypeName,
BeanEventTypeFactory beanEventTypeFactory,
XMLFragmentEventTypeFactory xmlFragmentEventTypeFactory,
EventTypeNameResolver eventTypeNameResolver) |
Modifier and Type | Method and Description |
---|---|
static void |
EventTypeRepositoryXMLTypeUtil.buildXMLTypes(EventTypeRepositoryImpl repo,
Map<String,ConfigurationCommonEventTypeXMLDOM> eventTypesXMLDOM,
BeanEventTypeFactory beanEventTypeFactory,
XMLFragmentEventTypeFactory xmlFragmentEventTypeFactory,
ClasspathImportService classpathImportService) |
Modifier and Type | Method and Description |
---|---|
ConfigurationCommonEventTypeXMLDOM |
BaseXMLEventType.getConfigurationEventTypeXMLDOM()
Returns the configuration XML for the XML type.
|
Copyright © 2005–2019. All rights reserved.