org.apache.geronimo.axis2
Class GeronimoHandlerLifecycleManager
java.lang.Object
org.apache.geronimo.axis2.GeronimoHandlerLifecycleManager
- All Implemented Interfaces:
- org.apache.axis2.jaxws.handler.lifecycle.factory.HandlerLifecycleManager
public class GeronimoHandlerLifecycleManager
- extends Object
- implements org.apache.axis2.jaxws.handler.lifecycle.factory.HandlerLifecycleManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeronimoHandlerLifecycleManager
public GeronimoHandlerLifecycleManager()
createHandlerInstance
public Handler createHandlerInstance(org.apache.axis2.jaxws.core.MessageContext context,
Class handlerClass)
throws org.apache.axis2.jaxws.lifecycle.LifecycleException,
org.apache.axis2.jaxws.injection.ResourceInjectionException
- Specified by:
createHandlerInstance
in interface org.apache.axis2.jaxws.handler.lifecycle.factory.HandlerLifecycleManager
- Throws:
org.apache.axis2.jaxws.lifecycle.LifecycleException
org.apache.axis2.jaxws.injection.ResourceInjectionException
invokePostConstruct
public void invokePostConstruct()
throws org.apache.axis2.jaxws.lifecycle.LifecycleException
- Specified by:
invokePostConstruct
in interface org.apache.axis2.jaxws.handler.lifecycle.factory.HandlerLifecycleManager
- Throws:
org.apache.axis2.jaxws.lifecycle.LifecycleException
invokePreDestroy
public void invokePreDestroy()
throws org.apache.axis2.jaxws.lifecycle.LifecycleException
- Specified by:
invokePreDestroy
in interface org.apache.axis2.jaxws.handler.lifecycle.factory.HandlerLifecycleManager
- Throws:
org.apache.axis2.jaxws.lifecycle.LifecycleException
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.