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

Packages that use WebMethodAnnotation
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 WebMethodAnnotation in org.codehaus.xfire.annotations
 

Methods in org.codehaus.xfire.annotations that return WebMethodAnnotation
 WebMethodAnnotation WebAnnotations.getWebMethodAnnotation(java.lang.reflect.Method method)
          Gets the WebServiceAnnotation annotation from the given class, if found.
 

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

Methods in org.codehaus.xfire.annotations.backport175 that return WebMethodAnnotation
 WebMethodAnnotation Backport175WebAnnotations.getWebMethodAnnotation(java.lang.reflect.Method method)
           
 

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

Subclasses of WebMethodAnnotation in org.codehaus.xfire.annotations.commons
 class WebMethod
          Commons Attributes version of the WebMethod Annotation.
 

Methods in org.codehaus.xfire.annotations.commons that return WebMethodAnnotation
 WebMethodAnnotation CommonsWebAttributes.getWebMethodAnnotation(java.lang.reflect.Method method)
           
 

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

Methods in org.codehaus.xfire.annotations.jsr181 that return WebMethodAnnotation
 WebMethodAnnotation Jsr181WebAnnotations.getWebMethodAnnotation(java.lang.reflect.Method method)
           
 



Copyright © 2004-2005 Codehaus. All Rights Reserved.