|
||||||||||
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(Class aClass)
Gets the WebServiceAnnotation annotation from the given class, if found. |
Methods in org.codehaus.xfire.annotations with parameters of type WebServiceAnnotation | |
---|---|
protected String |
AnnotationServiceFactory.createPortType(String name,
WebServiceAnnotation webServiceAnnotation)
|
protected String |
AnnotationServiceFactory.createServiceName(Class clazz,
WebServiceAnnotation webServiceAnnotation,
String current)
|
protected String |
AnnotationServiceFactory.createServiceNamespace(Class clazz,
WebServiceAnnotation webServiceAnnotation,
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(Class aClass)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |