org.apache.axis2.jaxws.handler.lifecycle.factory
Interface HandlerLifecycleManager
- All Known Implementing Classes:
- HandlerLifecycleManagerImpl
public interface HandlerLifecycleManager
createHandlerInstance
Handler createHandlerInstance(MessageContext mc,
Class handlerClass)
throws LifecycleException,
ResourceInjectionException
- Throws:
LifecycleException
ResourceInjectionException
destroyHandlerInstance
void destroyHandlerInstance(MessageContext mc,
Handler handler)
throws LifecycleException,
ResourceInjectionException
- Throws:
LifecycleException
ResourceInjectionException
invokePostConstruct
void invokePostConstruct()
throws LifecycleException
- Throws:
LifecycleException
invokePreDestroy
void invokePreDestroy()
throws LifecycleException
- Throws:
LifecycleException
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.