|
EAF 7.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
java.lang.Object |
clone()
Returns post processor instance |
void |
configure(com.lutris.util.Config config)
Configures postprocessor instance according to Config object passed |
LogChannel |
getLogChannel()
Returns post processor logging channel |
java.lang.String |
getName()
Returns name of this post processor |
java.lang.String |
getOutputMimeType()
Returns post processor resulting mime type |
byte[] |
process(byte[] buteArray,
java.lang.String mimeEncoding,
java.lang.String mimeType)
Implemented method should execute required response post-processing functions on document object passed. |
org.w3c.dom.Node |
process(org.enhydra.xml.io.OutputOptions oo,
org.w3c.dom.Node document)
Implemented method should execute required response post-processing functions on document object passed. |
void |
setLogChannel(LogChannel logChannel)
Sets post processor logging channel |
void |
setName(java.lang.String name)
Sets name this post processor |
boolean |
shouldProcess(java.lang.String mimeType)
Should I process this Mime Type |
| Method Detail |
public void configure(com.lutris.util.Config config)
config -
public org.w3c.dom.Node process(org.enhydra.xml.io.OutputOptions oo,
org.w3c.dom.Node document)
document - document object to process
public byte[] process(byte[] buteArray,
java.lang.String mimeEncoding,
java.lang.String mimeType)
buteArray - mimeEncoding - mimeType -
public void setName(java.lang.String name)
name - public java.lang.String getName()
public boolean shouldProcess(java.lang.String mimeType)
mimeType -
public void setLogChannel(LogChannel logChannel)
logChannel - public LogChannel getLogChannel()
public java.lang.String getOutputMimeType()
public java.lang.Object clone()
|
EAF 7.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||