|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.soa.esb.listeners.message.mime.NullMimeDecoder
public class NullMimeDecoder
Null (pass thru) decoder.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jboss.soa.esb.listeners.message.mime.MimeDecoder |
---|
MimeDecoder.Factory |
Constructor Summary | |
---|---|
NullMimeDecoder()
|
Method Summary | |
---|---|
java.lang.Object |
decode(byte[] bytes)
Decode the specified array of bytes based on the MimeType
annotation on the implementing MimeDecoder . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullMimeDecoder()
Method Detail |
---|
public java.lang.Object decode(byte[] bytes) throws MimeDecodeException
MimeDecoder
MimeType
annotation on the implementing MimeDecoder
.
decode
in interface MimeDecoder
bytes
- The bytes to be decoded.
MimeDecodeException
- Error while decoding the byts array.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |