|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebServiceAnnotation | |
---|---|
org.codehaus.xfire.annotations | Package defining the classes for annotation support in XFire. |
org.codehaus.xfire.annotations.commons | Commons Attributes implementation of XFire Annotations. |
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 name,
WebServiceAnnotation webServiceAnnotation)
|
protected java.lang.String |
AnnotationServiceFactory.createServiceName(java.lang.Class clazz,
WebServiceAnnotation webServiceAnnotation,
java.lang.String current)
|
protected java.lang.String |
AnnotationServiceFactory.createServiceNamespace(java.lang.Class clazz,
WebServiceAnnotation webServiceAnnotation,
java.lang.String current)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |