Uses of Class
org.apache.axis2.jaxws.lifecycle.LifecycleException

Packages that use LifecycleException
org.apache.axis2.jaxws.handler.lifecycle.factory   
org.apache.axis2.jaxws.handler.lifecycle.impl   
org.apache.axis2.jaxws.lifecycle   
org.apache.axis2.jaxws.server.endpoint.lifecycle   
org.apache.axis2.jaxws.server.endpoint.lifecycle.impl   
 

Uses of LifecycleException in org.apache.axis2.jaxws.handler.lifecycle.factory
 

Methods in org.apache.axis2.jaxws.handler.lifecycle.factory that throw LifecycleException
 Handler HandlerLifecycleManager.createHandlerInstance(MessageContext mc, java.lang.Class handlerClass)
           
 void HandlerLifecycleManager.destroyHandlerInstance(MessageContext mc, Handler handler)
           
 void HandlerLifecycleManager.invokePostConstruct()
           
 void HandlerLifecycleManager.invokePreDestroy()
           
 

Uses of LifecycleException in org.apache.axis2.jaxws.handler.lifecycle.impl
 

Methods in org.apache.axis2.jaxws.handler.lifecycle.impl that throw LifecycleException
 Handler HandlerLifecycleManagerImpl.createHandlerInstance(MessageContext mc, java.lang.Class handlerClass)
           
 void HandlerLifecycleManagerImpl.destroyHandlerInstance(MessageContext mc, Handler handler)
          destroyHandlerInstance calls the handler's annotated PreDestroy method, if it exists.
 

Uses of LifecycleException in org.apache.axis2.jaxws.lifecycle
 

Methods in org.apache.axis2.jaxws.lifecycle that throw LifecycleException
protected  void BaseLifecycleManager.invokeMethod(java.lang.reflect.Method m, java.lang.Object[] params)
           
 void BaseLifecycleManager.invokePostConstruct()
           
protected  void BaseLifecycleManager.invokePostConstruct(java.lang.reflect.Method method)
           
 void BaseLifecycleManager.invokePreDestroy()
           
protected  void BaseLifecycleManager.invokePreDestroy(java.lang.reflect.Method method)
           
 

Uses of LifecycleException in org.apache.axis2.jaxws.server.endpoint.lifecycle
 

Subclasses of LifecycleException in org.apache.axis2.jaxws.server.endpoint.lifecycle
 class EndpointLifecycleException
           
 

Methods in org.apache.axis2.jaxws.server.endpoint.lifecycle that throw LifecycleException
 java.lang.Object EndpointLifecycleManager.createServiceInstance(MessageContext mc, java.lang.Class serviceImplClass)
          EndpointLifecycleManager will create a service instance.
 void EndpointLifecycleManager.invokePostConstruct()
           
 void EndpointLifecycleManager.invokePreDestroy()
           
 

Uses of LifecycleException in org.apache.axis2.jaxws.server.endpoint.lifecycle.impl
 

Methods in org.apache.axis2.jaxws.server.endpoint.lifecycle.impl that throw LifecycleException
 java.lang.Object EndpointLifecycleManagerImpl.createServiceInstance(MessageContext mc, java.lang.Class serviceImplClass)
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.