org.apache.axis2.jaxws.handler.lifecycle.factory
Interface HandlerLifecycleManager
- All Known Implementing Classes:
- HandlerLifecycleManagerImpl
public interface HandlerLifecycleManager
createHandlerInstance
Handler createHandlerInstance(MessageContext mc,
java.lang.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 © 2007 Apache Web Services Project. All Rights Reserved.