public class MonitorElementHandler extends ProcessElementHandler
| Modifier and Type | Field and Description |
|---|---|
(package private) static org.slf4j.Logger |
log |
defaultProcessImplementation, objectFactory, processorFactory| Constructor and Description |
|---|
MonitorElementHandler(ObjectFactory objectFactory,
ProcessorFactory processorFactory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
void |
handleElement(ProcessContainer container,
Element element,
Variables variables,
DependencyInjection dependencyInjection) |
boolean |
handlesElement(Element element) |
createNestedProcessors, createProcessorpublic MonitorElementHandler(ObjectFactory objectFactory, ProcessorFactory processorFactory)
objectFactory - processorFactory - public String getKey()
getKey in interface ElementHandlergetKey in class ProcessElementHandlerElementHandler.getKey()public boolean handlesElement(Element element)
handlesElement in interface ElementHandlerhandlesElement in class ProcessElementHandlerstream.runtime.ElementHandler#handlesElement(org.w3c.dom .Element)public void handleElement(ProcessContainer container, Element element, Variables variables, DependencyInjection dependencyInjection) throws Exception
handleElement in interface ElementHandlerhandleElement in class ProcessElementHandlerExceptionstream.runtime.ElementHandler#handleElement(stream.container.ProcessContainer,
org.w3c.dom.Element)Copyright © 2018. All rights reserved.