public class OdeService extends ServiceBridge implements JbiMessageExchangeProcessor
| Constructor and Description |
|---|
OdeService(OdeContext odeContext,
Endpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
void |
activate()
Do the JBI endpoint activation.
|
void |
deactivate()
Deactivate endpoints in JBI.
|
int |
getCount() |
Endpoint |
getEndpoint() |
javax.jbi.servicedesc.ServiceEndpoint |
getExternalServiceEndpoint() |
javax.jbi.servicedesc.ServiceEndpoint |
getInternalServiceEndpoint() |
void |
onJbiMessageExchange(javax.jbi.messaging.MessageExchange jbiMex) |
void |
onResponse(MyRoleMessageExchange mex)
|
copyMexProperties, copyMexPropertiespublic OdeService(OdeContext odeContext, Endpoint endpoint) throws java.lang.Exception
java.lang.Exceptionpublic int getCount()
public void activate()
throws javax.jbi.JBIException
javax.jbi.JBIExceptionpublic void deactivate()
throws javax.jbi.JBIException
javax.jbi.JBIExceptionpublic javax.jbi.servicedesc.ServiceEndpoint getInternalServiceEndpoint()
public javax.jbi.servicedesc.ServiceEndpoint getExternalServiceEndpoint()
public void onJbiMessageExchange(javax.jbi.messaging.MessageExchange jbiMex)
throws javax.jbi.messaging.MessagingException
onJbiMessageExchange in interface JbiMessageExchangeProcessorjavax.jbi.messaging.MessagingExceptionpublic void onResponse(MyRoleMessageExchange mex)
mex - message exchangepublic Endpoint getEndpoint()