org.apache.geronimo.jaxws.annotations
Class WebServiceRefAnnotationHandler

java.lang.Object
  extended by org.apache.geronimo.jaxws.annotations.InjectingAnnotationHandler
      extended by org.apache.geronimo.jaxws.annotations.WebServiceRefAnnotationHandler
All Implemented Interfaces:
AnnotationHandler

public abstract class WebServiceRefAnnotationHandler
extends InjectingAnnotationHandler


Constructor Summary
WebServiceRefAnnotationHandler()
           
 
Method Summary
 Class<? extends Annotation> getAnnotationType()
           
 void processFieldAnnotation(Object instance, Field field, Annotation annotation)
           
 void processMethodAnnotation(Object instance, Method method, Annotation annotation)
           
 
Methods inherited from class org.apache.geronimo.jaxws.annotations.InjectingAnnotationHandler
getAnnotationValue, getJNDIName, getJNDIName, getType, getType, injectField, injectMethod, processClassAnnotation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServiceRefAnnotationHandler

public WebServiceRefAnnotationHandler()
Method Detail

getAnnotationType

public Class<? extends Annotation> getAnnotationType()

processFieldAnnotation

public void processFieldAnnotation(Object instance,
                                   Field field,
                                   Annotation annotation)
                            throws InjectionException
Throws:
InjectionException

processMethodAnnotation

public void processMethodAnnotation(Object instance,
                                    Method method,
                                    Annotation annotation)
                             throws InjectionException
Throws:
InjectionException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.