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

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

Methods in org.codehaus.xfire.annotations that return HandlerChainAnnotation
 HandlerChainAnnotation WebAnnotations.getHandlerChainAnnotation(java.lang.Class aClass)
          Gets the HandlerChainAnnotation annotation from the given class, if found.
 

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

Methods in org.codehaus.xfire.annotations.backport175 that return HandlerChainAnnotation
 HandlerChainAnnotation Backport175WebAnnotations.getHandlerChainAnnotation(java.lang.Class aClass)
           
 

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

Subclasses of HandlerChainAnnotation in org.codehaus.xfire.annotations.commons
 class HandlerChain
          Commons Attributes version of the HandlerChain Annotation.
 

Methods in org.codehaus.xfire.annotations.commons that return HandlerChainAnnotation
 HandlerChainAnnotation CommonsWebAttributes.getHandlerChainAnnotation(java.lang.Class aClass)
           
 

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

Methods in org.codehaus.xfire.annotations.jsr181 that return HandlerChainAnnotation
 HandlerChainAnnotation Jsr181WebAnnotations.getHandlerChainAnnotation(java.lang.Class clazz)
           
 



Copyright © 2004-2005 Codehaus. All Rights Reserved.