public interface ProtocolHandlerLoader
ProtocolHandler. This includes to inject all needed resources and
execute any lifecycle methods| Modifier and Type | Interface and Description |
|---|---|
static class |
ProtocolHandlerLoader.LoadingException
Exception which will get thrown if the loading of a
ProtocolHandler failed |
org.apache.james.protocols.api.handler.ProtocolHandler load(String name, org.apache.commons.configuration.Configuration config) throws ProtocolHandlerLoader.LoadingException
ProtocolHandler and make sure all lifecycle methods are called and all
needed services injected.name - config - ProtocolHandlerLoader.LoadingExceptionCopyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.