public class IronBeeAuditReader.IBEventHandler extends Object implements org.apache.james.mime4j.parser.ContentHandler
| Constructor and Description |
|---|
IronBeeAuditReader.IBEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
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 |
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) |
public void reset()
public void startMessage()
throws org.apache.james.mime4j.MimeException
startMessage in interface org.apache.james.mime4j.parser.ContentHandlerorg.apache.james.mime4j.MimeExceptionpublic void endMessage()
throws org.apache.james.mime4j.MimeException
endMessage in interface org.apache.james.mime4j.parser.ContentHandlerorg.apache.james.mime4j.MimeExceptionpublic void startBodyPart()
throws org.apache.james.mime4j.MimeException
startBodyPart in interface org.apache.james.mime4j.parser.ContentHandlerorg.apache.james.mime4j.MimeExceptionpublic void endBodyPart()
throws org.apache.james.mime4j.MimeException
endBodyPart in interface org.apache.james.mime4j.parser.ContentHandlerorg.apache.james.mime4j.MimeExceptionpublic void startHeader()
throws org.apache.james.mime4j.MimeException
startHeader in interface org.apache.james.mime4j.parser.ContentHandlerorg.apache.james.mime4j.MimeExceptionpublic void field(org.apache.james.mime4j.stream.Field rawField)
throws org.apache.james.mime4j.MimeException
field in interface org.apache.james.mime4j.parser.ContentHandlerorg.apache.james.mime4j.MimeExceptionpublic void endHeader()
throws org.apache.james.mime4j.MimeException
endHeader in interface org.apache.james.mime4j.parser.ContentHandlerorg.apache.james.mime4j.MimeExceptionpublic void preamble(InputStream is) throws org.apache.james.mime4j.MimeException, IOException
preamble in interface org.apache.james.mime4j.parser.ContentHandlerorg.apache.james.mime4j.MimeExceptionIOExceptionpublic void epilogue(InputStream is) throws org.apache.james.mime4j.MimeException, IOException
epilogue in interface org.apache.james.mime4j.parser.ContentHandlerorg.apache.james.mime4j.MimeExceptionIOExceptionpublic void startMultipart(org.apache.james.mime4j.stream.BodyDescriptor bd)
throws org.apache.james.mime4j.MimeException
startMultipart in interface org.apache.james.mime4j.parser.ContentHandlerorg.apache.james.mime4j.MimeExceptionpublic void endMultipart()
throws org.apache.james.mime4j.MimeException
endMultipart in interface org.apache.james.mime4j.parser.ContentHandlerorg.apache.james.mime4j.MimeExceptionpublic void body(org.apache.james.mime4j.stream.BodyDescriptor bd,
InputStream is)
throws org.apache.james.mime4j.MimeException,
IOException
body in interface org.apache.james.mime4j.parser.ContentHandlerorg.apache.james.mime4j.MimeExceptionIOExceptionpublic void raw(InputStream is) throws org.apache.james.mime4j.MimeException, IOException
raw in interface org.apache.james.mime4j.parser.ContentHandlerorg.apache.james.mime4j.MimeExceptionIOExceptionpublic stream.Data getItem()
Copyright © 2014 jwall.org. All Rights Reserved.