org.jwall.web.audit.io
Class IronBeeAuditReader.IBEventHandler

java.lang.Object
  extended by org.jwall.web.audit.io.IronBeeAuditReader.IBEventHandler
All Implemented Interfaces:
org.apache.james.mime4j.parser.ContentHandler
Enclosing class:
IronBeeAuditReader

public class IronBeeAuditReader.IBEventHandler
extends Object
implements org.apache.james.mime4j.parser.ContentHandler


Constructor Summary
IronBeeAuditReader.IBEventHandler()
           
 
Method Summary
 void body(org.apache.james.mime4j.stream.BodyDescriptor bd, InputStream is)
           
 void endBodyPart()
           
 void endHeader()
           
 void endMessage()
           
 void endMultipart()
           
 void epilogue(InputStream is)
           
 void field(org.apache.james.mime4j.stream.Field rawField)
           
 stream.data.Data getItem()
           
 void preamble(InputStream is)
           
 void raw(InputStream is)
           
 void reset()
           
 void startBodyPart()
           
 void startHeader()
           
 void startMessage()
           
 void startMultipart(org.apache.james.mime4j.stream.BodyDescriptor bd)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IronBeeAuditReader.IBEventHandler

public IronBeeAuditReader.IBEventHandler()
Method Detail

reset

public void reset()

startMessage

public void startMessage()
                  throws org.apache.james.mime4j.MimeException
Specified by:
startMessage in interface org.apache.james.mime4j.parser.ContentHandler
Throws:
org.apache.james.mime4j.MimeException

endMessage

public void endMessage()
                throws org.apache.james.mime4j.MimeException
Specified by:
endMessage in interface org.apache.james.mime4j.parser.ContentHandler
Throws:
org.apache.james.mime4j.MimeException

startBodyPart

public void startBodyPart()
                   throws org.apache.james.mime4j.MimeException
Specified by:
startBodyPart in interface org.apache.james.mime4j.parser.ContentHandler
Throws:
org.apache.james.mime4j.MimeException

endBodyPart

public void endBodyPart()
                 throws org.apache.james.mime4j.MimeException
Specified by:
endBodyPart in interface org.apache.james.mime4j.parser.ContentHandler
Throws:
org.apache.james.mime4j.MimeException

startHeader

public void startHeader()
                 throws org.apache.james.mime4j.MimeException
Specified by:
startHeader in interface org.apache.james.mime4j.parser.ContentHandler
Throws:
org.apache.james.mime4j.MimeException

field

public void field(org.apache.james.mime4j.stream.Field rawField)
           throws org.apache.james.mime4j.MimeException
Specified by:
field in interface org.apache.james.mime4j.parser.ContentHandler
Throws:
org.apache.james.mime4j.MimeException

endHeader

public void endHeader()
               throws org.apache.james.mime4j.MimeException
Specified by:
endHeader in interface org.apache.james.mime4j.parser.ContentHandler
Throws:
org.apache.james.mime4j.MimeException

preamble

public void preamble(InputStream is)
              throws org.apache.james.mime4j.MimeException,
                     IOException
Specified by:
preamble in interface org.apache.james.mime4j.parser.ContentHandler
Throws:
org.apache.james.mime4j.MimeException
IOException

epilogue

public void epilogue(InputStream is)
              throws org.apache.james.mime4j.MimeException,
                     IOException
Specified by:
epilogue in interface org.apache.james.mime4j.parser.ContentHandler
Throws:
org.apache.james.mime4j.MimeException
IOException

startMultipart

public void startMultipart(org.apache.james.mime4j.stream.BodyDescriptor bd)
                    throws org.apache.james.mime4j.MimeException
Specified by:
startMultipart in interface org.apache.james.mime4j.parser.ContentHandler
Throws:
org.apache.james.mime4j.MimeException

endMultipart

public void endMultipart()
                  throws org.apache.james.mime4j.MimeException
Specified by:
endMultipart in interface org.apache.james.mime4j.parser.ContentHandler
Throws:
org.apache.james.mime4j.MimeException

body

public void body(org.apache.james.mime4j.stream.BodyDescriptor bd,
                 InputStream is)
          throws org.apache.james.mime4j.MimeException,
                 IOException
Specified by:
body in interface org.apache.james.mime4j.parser.ContentHandler
Throws:
org.apache.james.mime4j.MimeException
IOException

raw

public void raw(InputStream is)
         throws org.apache.james.mime4j.MimeException,
                IOException
Specified by:
raw in interface org.apache.james.mime4j.parser.ContentHandler
Throws:
org.apache.james.mime4j.MimeException
IOException

getItem

public stream.data.Data getItem()


Copyright © 2012 jwall.org. All Rights Reserved.