de.opsdesign.yax
Interface PipelineHandler
public interface PipelineHandler
configure
void configure()
throws ConfigurationException
- Throws:
ConfigurationException
run
void run()
throws RunException
- Throws:
RunException
getConfiguration
Configuration getConfiguration()
buildYaxVersionMessage
java.lang.String buildYaxVersionMessage()
buildUsageMessage
java.lang.String buildUsageMessage()
toDocument
org.w3c.dom.Document toDocument()
- returns an XML document of the configuration (implementation and pipeline)
- Returns:
- XML document of the configuration
log
void log(java.lang.String msg)
log
void log(java.lang.String msg,
int msgSeverity)
log
void log(YaxEvent yaxEvent)
log
void log(YaxException yaxException)
Copyright © 2008 OPS Design GmbH. All Rights Reserved.