de.opsdesign.yax
Interface PipelineHandler


public interface PipelineHandler


Method Summary
 java.lang.String buildUsageMessage()
           
 java.lang.String buildYaxVersionMessage()
           
 void configure()
           
 Configuration getConfiguration()
           
 void log(java.lang.String msg)
           
 void log(java.lang.String msg, int msgSeverity)
           
 void log(YaxEvent yaxEvent)
           
 void log(YaxException yaxException)
           
 void run()
           
 org.w3c.dom.Document toDocument()
          returns an XML document of the configuration (implementation and pipeline)
 

Method Detail

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.