Uses of Class
org.codehaus.xfire.annotations.WebParamAnnotation

Packages that use WebParamAnnotation
org.codehaus.xfire.annotations Package defining the classes for annotation support in XFire. 
org.codehaus.xfire.annotations.backport175 backport175 implementation of XFire Annotations. 
org.codehaus.xfire.annotations.commons Commons Attributes implementation of XFire Annotations. 
org.codehaus.xfire.annotations.jsr181   
 

Uses of WebParamAnnotation in org.codehaus.xfire.annotations
 

Methods in org.codehaus.xfire.annotations that return WebParamAnnotation
 WebParamAnnotation WebAnnotations.getWebParamAnnotation(java.lang.reflect.Method method, int parameter)
          Gets the WebParamAnnotation annotation from the indicated parameter of the given method, if found.
 

Uses of WebParamAnnotation in org.codehaus.xfire.annotations.backport175
 

Methods in org.codehaus.xfire.annotations.backport175 that return WebParamAnnotation
 WebParamAnnotation Backport175WebAnnotations.getWebParamAnnotation(java.lang.reflect.Method method, int parameter)
           
 

Uses of WebParamAnnotation in org.codehaus.xfire.annotations.commons
 

Subclasses of WebParamAnnotation in org.codehaus.xfire.annotations.commons
 class WebParam
          Commons Attributes version of the WebParam Annotation.
 

Methods in org.codehaus.xfire.annotations.commons that return WebParamAnnotation
 WebParamAnnotation CommonsWebAttributes.getWebParamAnnotation(java.lang.reflect.Method method, int parameter)
           
 

Uses of WebParamAnnotation in org.codehaus.xfire.annotations.jsr181
 

Methods in org.codehaus.xfire.annotations.jsr181 that return WebParamAnnotation
 WebParamAnnotation Jsr181WebAnnotations.getWebParamAnnotation(java.lang.reflect.Method method, int parameter)
           
 



Copyright © 2004-2005 Codehaus. All Rights Reserved.