|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.xbus.protocol.simple.FixedTextTransformer
public class FixedTextTransformer
The FixedTextTransformer serves for sending fix text. The text
is written from the configuration.
| Constructor Summary | |
|---|---|
FixedTextTransformer()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
transform(java.lang.Object inObject,
XBUSSystem source,
XBUSSystem destination,
Message destinationMessage)
The transform creates a string from the configuration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FixedTextTransformer()
| Method Detail |
|---|
public java.lang.Object transform(java.lang.Object inObject,
XBUSSystem source,
XBUSSystem destination,
Message destinationMessage)
throws XException
transform creates a string from the configuration. It
takes any input, ignores it and reads the output string from the
configuration.
transform in interface TransformerinObject - either the request or response that shall be transformed
to another formatsource - the XBUSSystem of the message of the
inObjectdestination - the XBUSSystem of the target messagedestinationMessage - the target message eventually contains more
information necessary for transforming
Object, written to either the
request or response of the target message
XExceptionTransformer.transform(java.lang.Object,
net.sf.xbus.base.xbussystem.XBUSSystem,
net.sf.xbus.base.xbussystem.XBUSSystem,
net.sf.xbus.protocol.Message)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||