Uses of Class
org.ow2.petals.jbi.messaging.routing.RoutingException

Packages that use RoutingException
org.ow2.petals.jbi.messaging.routing   
org.ow2.petals.jbi.messaging.routing.module   
org.ow2.petals.jbi.messaging.routing.module.endpoint   
org.ow2.petals.jbi.messaging.routing.module.flow   
org.ow2.petals.jbi.messaging.routing.monitoring   
org.ow2.petals.tools.ws   
 

Uses of RoutingException in org.ow2.petals.jbi.messaging.routing
 

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

Uses of RoutingException in org.ow2.petals.jbi.messaging.routing.module
 

Methods in org.ow2.petals.jbi.messaging.routing.module that throw RoutingException
 void InstallModule.addComponent(ComponentContext componentContext)
          Add a component to the NMR.
 void JAASAuthenticationModule.addComponent(ComponentContext componentContext)
           
protected  void AuthorizationModule.authorizeSend(org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchange)
          Authorize to send the message.
 void TransportResolverModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedDestinations, ComponentContext sourceComponentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
           
 void AuthorizationModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints, ComponentContext sourceComponentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
           
 void EndpointResolverModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints, ComponentContext sourceComponentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
           
 void FlowControllerModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints, ComponentContext sourceComponentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
           
 void FlowFilterModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints, ComponentContext sourceComponentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
           
 void SenderModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints, ComponentContext sourceComponentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
          Elect a list of candidate endpoints to be destination of the exchange.
 void PriorityOrdererModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints, ComponentContext sourceComponentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
           
 void PriorityOrdererModule.modifyPriority(org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator, short priority)
           
 boolean ReceiverModule.receiveExchange(org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator, ComponentContext sourceComponentContext)
          The received exchange decorator.
 void InstallModule.removeComponent(ComponentContext componentContext)
          Remove a component to the NMR.
 void JAASAuthenticationModule.removeComponent(ComponentContext componentContext)
           
protected  void EndpointResolverModule.start()
          Start the Fractal component
protected  void TransportResolverModule.stop()
          Stop the Fractal component
protected  void AuthorizationModule.stop()
          Stop the Fractal component
protected  void EndpointResolverModule.stop()
          Stop the Fractal component
protected  void JAASAuthenticationModule.stop()
          Stop the Fractal component
 

Uses of RoutingException in org.ow2.petals.jbi.messaging.routing.module.endpoint
 

Methods in org.ow2.petals.jbi.messaging.routing.module.endpoint that throw RoutingException
 java.util.List<ServiceEndpoint> EndpointOrderer.orderEndpoints(java.util.List<ServiceEndpoint> endpoints, java.util.List<java.lang.Object> strategyParameters)
          Elects the endpoints list of endpoints as the message recipient, with the defined strategy.
 

Uses of RoutingException in org.ow2.petals.jbi.messaging.routing.module.flow
 

Methods in org.ow2.petals.jbi.messaging.routing.module.flow that throw RoutingException
 void PriorityModifier.modifyPriority(org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator, short priority)
           
 

Uses of RoutingException in org.ow2.petals.jbi.messaging.routing.monitoring
 

Methods in org.ow2.petals.jbi.messaging.routing.monitoring that throw RoutingException
 void RouterMonitorServiceImpl.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints, ComponentContext sourceComponentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
           
 

Uses of RoutingException in org.ow2.petals.tools.ws
 

Methods in org.ow2.petals.tools.ws that throw RoutingException
protected  void WebServiceManagerImpl.start()
           
 



Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.