Uses of Class
org.ow2.petals.microkernel.api.jbi.messaging.RoutingException

Packages that use RoutingException
org.ow2.petals.microkernel.api.jbi.messaging   
 

Uses of RoutingException in org.ow2.petals.microkernel.api.jbi.messaging
 

Methods in org.ow2.petals.microkernel.api.jbi.messaging that throw RoutingException
 void RouterService.addComponent(ComponentContext componentContext)
          Inform that a component is installing.
 org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper RouterService.receive(ComponentContext componentContext, long timeoutMS)
          Ask to receive a message from MNR and return it.
 void RouterService.removeComponent(ComponentContext componentContext)
          Inform that a component is uninstalling.
 void RouterService.send(ComponentContext componentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
          Send the message into the NMR.
 void RouterService.sendSync(ComponentContext componentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator, long timeout)
          Send the message synchronously into the NMR.
 



Copyright © 2005-2015 Linagora. All Rights Reserved.