org.enhydra.util.chibaconvex
Class ChibaConvexResponsePostProcessor
java.lang.Object
org.enhydra.util.chibaconvex.ChibaConvexResponsePostProcessor
- All Implemented Interfaces:
- java.lang.Cloneable, org.enhydra.util.ResponsePostProcessor
public class ChibaConvexResponsePostProcessor
- extends java.lang.Object
- implements org.enhydra.util.ResponsePostProcessor
- Author:
- slobodan
Method Summary |
java.lang.Object |
clone()
|
void |
configure(com.lutris.util.Config config)
|
com.lutris.logging.LogChannel |
getLogChannel()
|
java.lang.String |
getName()
|
java.lang.String |
getOutputMimeType()
|
byte[] |
process(byte[] buteArray,
java.lang.String mimeEncoding,
java.lang.String mimeType)
|
org.w3c.dom.Node |
process(org.enhydra.xml.io.OutputOptions oo,
org.w3c.dom.Node document)
|
void |
setLogChannel(com.lutris.logging.LogChannel logChannel)
|
void |
setName(java.lang.String name)
|
boolean |
shouldProcess(java.lang.String mimeType)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mimeType
public static final java.lang.String mimeType
- See Also:
- Constant Field Values
outMimeType
public static final java.lang.String outMimeType
- See Also:
- Constant Field Values
ChibaConvexResponsePostProcessor
public ChibaConvexResponsePostProcessor()
ChibaConvexResponsePostProcessor
public ChibaConvexResponsePostProcessor(com.lutris.logging.LogChannel logChannel)
configure
public void configure(com.lutris.util.Config config)
- Specified by:
configure
in interface org.enhydra.util.ResponsePostProcessor
process
public org.w3c.dom.Node process(org.enhydra.xml.io.OutputOptions oo,
org.w3c.dom.Node document)
- Specified by:
process
in interface org.enhydra.util.ResponsePostProcessor
process
public byte[] process(byte[] buteArray,
java.lang.String mimeEncoding,
java.lang.String mimeType)
- Specified by:
process
in interface org.enhydra.util.ResponsePostProcessor
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface org.enhydra.util.ResponsePostProcessor
getName
public java.lang.String getName()
- Specified by:
getName
in interface org.enhydra.util.ResponsePostProcessor
setLogChannel
public void setLogChannel(com.lutris.logging.LogChannel logChannel)
- Specified by:
setLogChannel
in interface org.enhydra.util.ResponsePostProcessor
getLogChannel
public com.lutris.logging.LogChannel getLogChannel()
- Specified by:
getLogChannel
in interface org.enhydra.util.ResponsePostProcessor
shouldProcess
public boolean shouldProcess(java.lang.String mimeType)
- Specified by:
shouldProcess
in interface org.enhydra.util.ResponsePostProcessor
getOutputMimeType
public java.lang.String getOutputMimeType()
- Specified by:
getOutputMimeType
in interface org.enhydra.util.ResponsePostProcessor
clone
public java.lang.Object clone()
- Specified by:
clone
in interface org.enhydra.util.ResponsePostProcessor
- Overrides:
clone
in class java.lang.Object