| java.lang.Object org.apache.geronimo.jaxws.annotations.InjectingAnnotationHandler org.apache.geronimo.jaxws.annotations.ResourceAnnotationHandler
Methods inherited from org.apache.geronimo.jaxws.annotations.InjectingAnnotationHandler | abstract public Object getAnnotationValue(Annotation annotation, String name, Class> type) throws InjectionException(Code)(Java Doc) public String getJNDIName(Object instance, String name, Field field)(Code)(Java Doc) public String getJNDIName(Object instance, String name, Method method)(Code)(Java Doc) public Class> getType(Class> type, Field field)(Code)(Java Doc) public Class> getType(Class> type, Method method)(Code)(Java Doc) protected void injectField(Object instance, Field field, Annotation annotation, String name, Class> type) throws InjectionException(Code)(Java Doc) protected void injectMethod(Object instance, Method method, Annotation annotation, String name, Class> type) throws InjectionException(Code)(Java Doc) public void processClassAnnotation(Object instance, Class clazz, Annotation annotation)(Code)(Java Doc)
|
|
|