public interface HandlerLifecycleManager
Modifier and Type | Method and Description |
---|---|
Handler |
createHandlerInstance(MessageContext mc,
Class handlerClass) |
void |
destroyHandlerInstance(MessageContext mc,
Handler handler) |
void |
invokePostConstruct() |
void |
invokePreDestroy() |
Handler createHandlerInstance(MessageContext mc, Class handlerClass) throws LifecycleException, ResourceInjectionException
void destroyHandlerInstance(MessageContext mc, Handler handler) throws LifecycleException, ResourceInjectionException
void invokePostConstruct() throws LifecycleException
LifecycleException
void invokePreDestroy() throws LifecycleException
LifecycleException
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.