public class ProtocolHandlerLoaderBeanFactory extends AbstractBeanFactory implements ProtocolHandlerLoader
ProtocolHandlerLoader.LoadingException| Constructor and Description |
|---|
ProtocolHandlerLoaderBeanFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.james.protocols.api.handler.ProtocolHandler |
load(String name,
org.apache.commons.configuration.Configuration config)
Load the
ProtocolHandler and make sure all lifecycle methods are called and all
needed services injected. |
getBeanFactory, setBeanFactorypublic org.apache.james.protocols.api.handler.ProtocolHandler load(String name, org.apache.commons.configuration.Configuration config) throws ProtocolHandlerLoader.LoadingException
ProtocolHandlerLoaderProtocolHandler and make sure all lifecycle methods are called and all
needed services injected.load in interface ProtocolHandlerLoaderProtocolHandlerLoader.LoadingExceptionCopyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.