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

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

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

Methods in org.codehaus.xfire.annotations with parameters of type WebServiceAnnotation
protected  java.lang.String AnnotationServiceFactory.createPortType(java.lang.String serviceName, WebServiceAnnotation webServiceAnnotation)
           
protected  java.lang.String AnnotationServiceFactory.createServiceName(java.lang.Class clazz, WebServiceAnnotation webServiceAnnotation)
           
protected  java.lang.String AnnotationServiceFactory.createServiceNamespace(java.lang.Class clazz, WebServiceAnnotation webServiceAnnotation)
           
 

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

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

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

Subclasses of WebServiceAnnotation in org.codehaus.xfire.annotations.commons
 class WebService
          Commons Attributes version of the WebService Annotation.
 

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

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

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



Copyright © 2004-2005 Codehaus. All Rights Reserved.