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

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

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

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

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

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

Subclasses of WebResultAnnotation in org.codehaus.xfire.annotations.commons
 class WebResult
          Commons Attributes version of the WebResult Annotation.
 

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

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

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



Copyright © 2004-2005 Codehaus. All Rights Reserved.