|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.xbus.protocol.simple.Stream2TextTransformer
public class Stream2TextTransformer
The Stream2TextTransformer
read the content of an
InputStream
into string.
Constructor Summary
Stream2TextTransformer()
Method Summary
java.lang.Object
transform(java.lang.Object inObject,
XBUSSystem source,
XBUSSystem destination,
Message destinationMessage)
The Stream2TextTransformer
read the content of an
InputStream into string.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
Stream2TextTransformer
public Stream2TextTransformer()
Method Detail
transform
public java.lang.Object transform(java.lang.Object inObject,
XBUSSystem source,
XBUSSystem destination,
Message destinationMessage)
throws XException
- The
Stream2TextTransformer
read the content of an
InputStream into string.
- Specified by:
transform
in interface Transformer
- Parameters:
inObject
- either the request or response of the source messagesource
- not used - from the Transformer interfacedestination
- not used - from the Transformer interfacedestinationMessage
- not used - from the Transformer interface
- Returns:
ByteArrayList
- Throws:
XException
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD