|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.jbi.ServiceBridge
public class ServiceBridge
Base-class for classes providing JBI-ODE translation services.
Constructor Summary | |
---|---|
ServiceBridge()
|
Method Summary | |
---|---|
protected void |
copyMexProperties(javax.jbi.messaging.MessageExchange jbiMex,
MyRoleMessageExchange 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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceBridge()
Method Detail |
---|
protected void copyMexProperties(javax.jbi.messaging.MessageExchange jbiMex, MyRoleMessageExchange 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |