public interface ProtocolHandlerLoader
ProtocolHandler
. This includes to inject all needed resources and
execute any lifecycle methodsModifier 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.LoadingException
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.