Uses of Interface
org.apache.axis2.jaxws.runtime.description.injection.ResourceInjectionServiceRuntimeDescription
Packages that use ResourceInjectionServiceRuntimeDescription
Package
Description
-
Uses of ResourceInjectionServiceRuntimeDescription in org.apache.axis2.jaxws.runtime.description.injection
Methods in org.apache.axis2.jaxws.runtime.description.injection that return ResourceInjectionServiceRuntimeDescription -
Uses of ResourceInjectionServiceRuntimeDescription in org.apache.axis2.jaxws.runtime.description.injection.impl
Classes in org.apache.axis2.jaxws.runtime.description.injection.impl that implement ResourceInjectionServiceRuntimeDescriptionMethods in org.apache.axis2.jaxws.runtime.description.injection.impl that return ResourceInjectionServiceRuntimeDescription -
Uses of ResourceInjectionServiceRuntimeDescription in org.apache.axis2.jaxws.server.endpoint.lifecycle.impl
Methods in org.apache.axis2.jaxws.server.endpoint.lifecycle.impl that return ResourceInjectionServiceRuntimeDescriptionModifier and TypeMethodDescriptionEndpointLifecycleManagerImpl.getInjectionDesc(org.apache.axis2.jaxws.description.ServiceDescription serviceDesc, Class serviceImplClass) This method will retrieve a ResourceInjectionServiceRuntimeDescription if one is associated with the current ServiceDescription.Methods in org.apache.axis2.jaxws.server.endpoint.lifecycle.impl with parameters of type ResourceInjectionServiceRuntimeDescriptionModifier and TypeMethodDescriptionprotected booleanEndpointLifecycleManagerImpl.hasResourceAnnotation(ResourceInjectionServiceRuntimeDescription injectionDesc) This method indicates whether or not we need to perform WebServiceContext injection on a field within our endpoint instance.