|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.xbus.protocol.CloneTransformer
public class CloneTransformer
The CloneTransformer
simply returns the given
Object
. It is used when no transformation is necessary.
Constructor Summary | |
---|---|
CloneTransformer()
|
Method Summary | |
---|---|
java.lang.Object |
transform(java.lang.Object inObject,
XBUSSystem source,
XBUSSystem destination,
Message destinationMessage)
No transformation is done, the given inObject is returned. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CloneTransformer()
Method Detail |
---|
public java.lang.Object transform(java.lang.Object inObject, XBUSSystem source, XBUSSystem destination, Message destinationMessage)
inObject
is returned.
transform
in interface Transformer
inObject
- either the request or response of the source messagesource
- not useddestination
- not useddestinationMessage
- not used
inObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |