Class ResourceInjectionFactory
java.lang.Object
org.apache.axis2.jaxws.server.endpoint.injection.factory.ResourceInjectionFactory
This class is is responsible for creating instances that can
handle resource injection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceInjectorcreateResourceInjector(Class resourceType) This method retrieves the appropriate ResourceInjector instance based on the type that is supplied.
-
Constructor Details
-
ResourceInjectionFactory
public ResourceInjectionFactory()
-
-
Method Details
-
createResourceInjector
public static ResourceInjector createResourceInjector(Class resourceType) throws ResourceInjectionException This method retrieves the appropriate ResourceInjector instance based on the type that is supplied.- Throws:
ResourceInjectionException
-