|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.xfire.annotations.backport175.Backport175WebAnnotations
public class Backport175WebAnnotations
Implementation of the WebAnnotations
facade for backport175.
Constructor Summary | |
---|---|
Backport175WebAnnotations()
|
Method Summary | |
---|---|
SOAPBindingAnnotation |
getSOAPBindingAnnotation(java.lang.Class aClass)
Gets the SOAPBindingAnnotation annotation from the given class, if found. |
WebMethodAnnotation |
getWebMethodAnnotation(java.lang.reflect.Method method)
Gets the WebServiceAnnotation annotation from the given class, if found. |
WebParamAnnotation |
getWebParamAnnotation(java.lang.reflect.Method method,
int parameter)
Gets the WebParamAnnotation annotation from the indicated parameter of the given method, if found. |
WebResultAnnotation |
getWebResultAnnotation(java.lang.reflect.Method method)
Gets the WebResultAnnotation annotation from the given method, if found. |
WebServiceAnnotation |
getWebServiceAnnotation(java.lang.Class aClass)
Gets the WebServiceAnnotation annotation from the given class, if found. |
boolean |
hasOnewayAnnotation(java.lang.reflect.Method method)
Tests whether the given method has the OnewayAnnotation annotation. |
boolean |
hasSOAPBindingAnnotation(java.lang.Class aClass)
Tests whether the given class has the SOAPBindingAnnotation annotation. |
boolean |
hasWebMethodAnnotation(java.lang.reflect.Method method)
Tests whether the given method has the WebMethodAnnotation annotation. |
boolean |
hasWebParamAnnotation(java.lang.reflect.Method method,
int parameter)
Tests whether the indicated parameter of the given method has the WebResultAnnotation annotation. |
boolean |
hasWebResultAnnotation(java.lang.reflect.Method method)
Tests whether the given method has the WebResultAnnotation annotation. |
boolean |
hasWebServiceAnnotation(java.lang.Class aClass)
Tests whether the given class has the WebServiceAnnotation annotation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Backport175WebAnnotations()
Method Detail |
---|
public boolean hasWebServiceAnnotation(java.lang.Class aClass)
WebAnnotations
WebServiceAnnotation
annotation.
hasWebServiceAnnotation
in interface WebAnnotations
aClass
- the class.
true
if present; false
otherwise.public WebServiceAnnotation getWebServiceAnnotation(java.lang.Class aClass)
WebAnnotations
WebServiceAnnotation
annotation from the given class, if found.
getWebServiceAnnotation
in interface WebAnnotations
aClass
- the class.
null
if it could not be found.public boolean hasWebMethodAnnotation(java.lang.reflect.Method method)
WebAnnotations
WebMethodAnnotation
annotation.
hasWebMethodAnnotation
in interface WebAnnotations
method
- the method.
true
if present; false
otherwise.public WebMethodAnnotation getWebMethodAnnotation(java.lang.reflect.Method method)
WebAnnotations
WebServiceAnnotation
annotation from the given class, if found.
getWebMethodAnnotation
in interface WebAnnotations
method
- the method.
null
if it could not be found.public boolean hasWebResultAnnotation(java.lang.reflect.Method method)
WebAnnotations
WebResultAnnotation
annotation.
hasWebResultAnnotation
in interface WebAnnotations
method
- the method.
true
if present; false
otherwise.public WebResultAnnotation getWebResultAnnotation(java.lang.reflect.Method method)
WebAnnotations
WebResultAnnotation
annotation from the given method, if found.
getWebResultAnnotation
in interface WebAnnotations
method
- the method.
null
if it could not be found.public boolean hasWebParamAnnotation(java.lang.reflect.Method method, int parameter)
WebAnnotations
WebResultAnnotation
annotation.
hasWebParamAnnotation
in interface WebAnnotations
method
- the method.parameter
- the index of the parameter in the method's parameter list.
true> if present; false
otherwise.
public WebParamAnnotation getWebParamAnnotation(java.lang.reflect.Method method, int parameter)
WebAnnotations
WebParamAnnotation
annotation from the indicated parameter of the given method, if found.
getWebParamAnnotation
in interface WebAnnotations
method
- the method.
null
if it could not be found.public boolean hasOnewayAnnotation(java.lang.reflect.Method method)
WebAnnotations
OnewayAnnotation
annotation.
hasOnewayAnnotation
in interface WebAnnotations
method
- the method.
true
if present; false
otherwise.public boolean hasSOAPBindingAnnotation(java.lang.Class aClass)
WebAnnotations
SOAPBindingAnnotation
annotation.
hasSOAPBindingAnnotation
in interface WebAnnotations
public SOAPBindingAnnotation getSOAPBindingAnnotation(java.lang.Class aClass)
WebAnnotations
SOAPBindingAnnotation
annotation from the given class, if found.
getSOAPBindingAnnotation
in interface WebAnnotations
aClass
- the class.
null
if it could not be found.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |