Uses of Class
org.apache.axis2.jaxws.injection.ResourceInjectionException

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

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

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

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

Methods in org.apache.axis2.jaxws.handler.lifecycle.impl that throw ResourceInjectionException
 Handler HandlerLifecycleManagerImpl.createHandlerInstance(MessageContext mc, java.lang.Class handlerClass)
           
 

Uses of ResourceInjectionException in org.apache.axis2.jaxws.server.endpoint.injection
 

Methods in org.apache.axis2.jaxws.server.endpoint.injection that throw ResourceInjectionException
 void ResourceInjector.inject(java.lang.Object resource, java.lang.Object instance)
          Inject resource on Filed, Method or Class depending on how the @Resource annotation is defined.
 void ResourceInjector.injectOnClass(java.lang.Object resource, java.lang.Object instance, java.lang.Class clazz)
          Resource will be injection on the class.
 void ResourceInjector.injectOnField(java.lang.Object resource, java.lang.Object instance, java.lang.reflect.Field field)
          Resource will be injected on the field.
 void ResourceInjector.injectOnMethod(java.lang.Object resource, java.lang.Object instance, java.lang.reflect.Method method)
          Resource will be injected on the Method.
 

Uses of ResourceInjectionException in org.apache.axis2.jaxws.server.endpoint.injection.factory
 

Methods in org.apache.axis2.jaxws.server.endpoint.injection.factory that throw ResourceInjectionException
static ResourceInjector ResourceInjectionFactory.createResourceInjector(java.lang.Class resourceType)
           
 

Uses of ResourceInjectionException in org.apache.axis2.jaxws.server.endpoint.injection.impl
 

Methods in org.apache.axis2.jaxws.server.endpoint.injection.impl that throw ResourceInjectionException
 void WebServiceContextInjectorImpl.inject(java.lang.Object resource, java.lang.Object instance)
           
 void WebServiceContextInjectorImpl.injectOnClass(java.lang.Object resource, java.lang.Object instance, java.lang.Class clazz)
           
 void WebServiceContextInjectorImpl.injectOnField(java.lang.Object resource, java.lang.Object instance, java.lang.reflect.Field field)
           
 void WebServiceContextInjectorImpl.injectOnMethod(java.lang.Object resource, java.lang.Object instance, java.lang.reflect.Method method)
           
 

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

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

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

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



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