public class ServiceBridge
extends java.lang.Object
| Constructor and Description |
|---|
ServiceBridge() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyMexProperties(javax.jbi.messaging.MessageExchange jbiMex,
PartnerRoleMessageExchange odeMex)
Transfer message properties from the ODE message exchange to the JBI message exchange object.
|
protected void |
copyMexProperties(MyRoleMessageExchange odeMex,
javax.jbi.messaging.MessageExchange jbiMex)
Transfer message properties from the JBI message exchange to the ODE message exchange object.
|
protected void copyMexProperties(javax.jbi.messaging.MessageExchange jbiMex,
PartnerRoleMessageExchange odeMex)
jbiMex - destination JBI message-exchangeodeMex - source ODE message-exchangeprotected void copyMexProperties(MyRoleMessageExchange odeMex, javax.jbi.messaging.MessageExchange jbiMex)
odeMex - destination ODE message-exchangejbiMex - source JBI message-exchange