public interface RendezvousTranslator extends AdaptrisMessageTranslator
Translate between AdaptrisMessage
s and TibrvMsg
s.
Modifier and Type | Method and Description |
---|---|
com.tibco.tibrv.TibrvMsg |
translate(AdaptrisMessage msg,
java.lang.String sendSubject)
Create a new
TibrvMsg based on the passed
AdaptrisMessage and sendSubject . |
AdaptrisMessage |
translate(com.tibco.tibrv.TibrvMsg tibrvMsg)
Create a new
AdaptrisMessage based on the passed
TibrvMsg . |
currentMessageFactory, registerMessageFactory
com.tibco.tibrv.TibrvMsg translate(AdaptrisMessage msg, java.lang.String sendSubject) throws java.lang.Exception
Create a new TibrvMsg
based on the passed
AdaptrisMessage
and sendSubject
.
msg
- the AdaptrisMessage
to translatesendSubject
- the send subject to useTibrvMsg
java.lang.Exception
- if any occurAdaptrisMessage translate(com.tibco.tibrv.TibrvMsg tibrvMsg) throws java.lang.Exception
Create a new AdaptrisMessage
based on the passed
TibrvMsg
.
tibrvMsg
- the TibrvMsg
to translateAdaptrisMessage
java.lang.Exception
- if any occur