org.jwall.web.audit.io
Class IronBeeSectionParser

java.lang.Object
  extended by org.jwall.web.audit.io.IronBeeSectionParser
All Implemented Interfaces:
stream.Processor
Direct Known Subclasses:
IronBeeHttpHeaderParser

public abstract class IronBeeSectionParser
extends Object
implements stream.Processor


Constructor Summary
IronBeeSectionParser()
           
 
Method Summary
abstract  String getSectionName()
           
abstract  stream.data.Data parseSection(BufferedReader reader, stream.data.Data data)
           
 stream.data.Data process(stream.data.Data input)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IronBeeSectionParser

public IronBeeSectionParser()
Method Detail

getSectionName

public abstract String getSectionName()

process

public stream.data.Data process(stream.data.Data input)
Specified by:
process in interface stream.Processor
See Also:
stream.data.Processor#process(stream.data.Data)

parseSection

public abstract stream.data.Data parseSection(BufferedReader reader,
                                              stream.data.Data data)
                                       throws IOException
Throws:
IOException


Copyright © 2012 jwall.org. All Rights Reserved.