org.apache.axis2.jaxws.handler.lifecycle.factory
Interface HandlerLifecycleManager

All Known Implementing Classes:
HandlerLifecycleManagerImpl

public interface HandlerLifecycleManager


Method Summary
 Handler createHandlerInstance(MessageContext mc, java.lang.Class handlerClass)
           
 void invokePostConstruct()
           
 void invokePreDestroy()
           
 

Method Detail

createHandlerInstance

Handler createHandlerInstance(MessageContext mc,
                              java.lang.Class handlerClass)
                              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.