|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bss.esb.transform.CustomTransform
This class implements the identity transform i.e. it simply returns the same message that is supplied to it as the input.
Constructor Summary | |
CustomTransform()
|
Method Summary | |
java.lang.String |
getConfigFileUrl()
Returns the URL of the configuration file backing this transformation class. |
void |
setConfigFileUrl(java.lang.String configFileUrl)
Sets the URL for the configuration file backing this transformation class. |
java.lang.Object |
transformMessage(java.lang.Object message)
Transforms the message. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CustomTransform()
Method Detail |
public java.lang.Object transformMessage(java.lang.Object message) throws TransformException
TransformHandler
instance has been initialized.
transformMessage
in interface TransformHandler
message
- The message to be transformed.
TransformException
- Thrown if the handler fails to transform
the passed in message.public java.lang.String getConfigFileUrl()
public void setConfigFileUrl(java.lang.String configFileUrl)
configFileUrl
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |