Celtix User APIs

org.objectweb.celtix.handlers
Interface HandlerFactoryManager


public interface HandlerFactoryManager


Method Summary
 void deregisterHandlerFactory(HandlerFactory factory)
           
 void registerHandlerFactory(HandlerFactory factory)
           
 

Method Detail

registerHandlerFactory

void registerHandlerFactory(HandlerFactory factory)
                            throws BusException
Throws:
BusException

deregisterHandlerFactory

void deregisterHandlerFactory(HandlerFactory factory)
                              throws BusException
Throws:
BusException

Celtix User APIs