org.ow2.petals.jbi.messaging.routing.module
Interface InstallModule

All Known Implementing Classes:
JAASAuthenticationModule

public interface InstallModule

Author:
rnaudin

Method Summary
 void addComponent(ComponentContext componentContext)
          Add a component to the NMR.
 void removeComponent(ComponentContext componentContext)
          Remove a component to the NMR.
 

Method Detail

addComponent

void addComponent(ComponentContext componentContext)
                  throws RoutingException
Add a component to the NMR.

Parameters:
componentContextImpl - the component context of the new component
Throws:
RoutingException

removeComponent

void removeComponent(ComponentContext componentContext)
                     throws RoutingException
Remove a component to the NMR.

Parameters:
componentContextImpl - the component context of the new component
Throws:
RoutingException


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