| com.sun.xml.ws.server.AbstractInstanceResolver
AbstractInstanceResolver | abstract class AbstractInstanceResolver extends InstanceResolver (Code) | | Partial implementation of
InstanceResolver with
convenience methods to do the resource injection.
author: Kohsuke Kawaguchi |
Inner Class :protected static interface InjectionPlan | |
Inner Class :protected static class FieldInjectionPlan implements InjectionPlan<T, R> | |
Inner Class :protected static class MethodInjectionPlan implements InjectionPlan<T, R> | |
buildInjectionPlan | protected static InjectionPlan<T, R> buildInjectionPlan(Class<? extends T> clazz, Class<R> resourceType, boolean isStatic)(Code) | | Creates an
InjectionPlan that injects the given resource type to the given class.
Parameters: isStatic - Only look for static field/method |
findAnnotatedMethod | final protected Method findAnnotatedMethod(Class clazz, Class<? extends Annotation> annType)(Code) | | Finds the method that has the given annotation, while making sure that
there's only at most one such method.
|
invokeMethod | protected static void invokeMethod(Method method, Object instance, Object... args)(Code) | | Helper for invoking a method with elevated privilege.
|
|
|