Uses of Interface
org.apache.axis2.jaxws.server.endpoint.injection.ResourceInjector
-
-
Uses of ResourceInjector in org.apache.axis2.jaxws.server.endpoint.injection
Subinterfaces of ResourceInjector in org.apache.axis2.jaxws.server.endpoint.injection Modifier and Type Interface Description interface
WebServiceContextInjector
-
Uses of ResourceInjector in org.apache.axis2.jaxws.server.endpoint.injection.factory
Methods in org.apache.axis2.jaxws.server.endpoint.injection.factory that return ResourceInjector Modifier and Type Method Description static ResourceInjector
ResourceInjectionFactory. createResourceInjector(Class resourceType)
This method retrieves the appropriate ResourceInjector instance based on the type that is supplied. -
Uses of ResourceInjector in org.apache.axis2.jaxws.server.endpoint.injection.impl
Classes in org.apache.axis2.jaxws.server.endpoint.injection.impl that implement ResourceInjector Modifier and Type Class Description class
WebServiceContextInjectorImpl
-