org.codehaus.xfire.annotations.jsr181
Class Jsr181WebAnnotations

java.lang.Object
  extended by org.codehaus.xfire.annotations.jsr181.Jsr181WebAnnotations

public class Jsr181WebAnnotations
extends java.lang.Object


Constructor Summary
Jsr181WebAnnotations()
           
 
Method Summary
 HandlerChainAnnotation getHandlerChainAnnotation(java.lang.Class clazz)
           
 SOAPBindingAnnotation getSOAPBindingAnnotation(java.lang.Class clazz)
           
 WebMethodAnnotation getWebMethodAnnotation(java.lang.reflect.Method method)
           
 WebParamAnnotation getWebParamAnnotation(java.lang.reflect.Method method, int parameter)
           
 WebResultAnnotation getWebResultAnnotation(java.lang.reflect.Method method)
           
 WebServiceAnnotation getWebServiceAnnotation(java.lang.Class clazz)
           
 boolean hasHandlerChainAnnotation(java.lang.Class clazz)
           
 boolean hasOnewayAnnotation(java.lang.reflect.Method method)
           
 boolean hasSOAPBindingAnnotation(java.lang.Class clazz)
           
 boolean hasWebMethodAnnotation(java.lang.reflect.Method method)
           
 boolean hasWebParamAnnotation(java.lang.reflect.Method method, int parameter)
           
 boolean hasWebResultAnnotation(java.lang.reflect.Method method)
           
 boolean hasWebServiceAnnotation(java.lang.Class clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jsr181WebAnnotations

public Jsr181WebAnnotations()
Method Detail

hasWebServiceAnnotation

public boolean hasWebServiceAnnotation(java.lang.Class clazz)

getWebServiceAnnotation

public WebServiceAnnotation getWebServiceAnnotation(java.lang.Class clazz)

hasWebMethodAnnotation

public boolean hasWebMethodAnnotation(java.lang.reflect.Method method)

getWebMethodAnnotation

public WebMethodAnnotation getWebMethodAnnotation(java.lang.reflect.Method method)

hasWebResultAnnotation

public boolean hasWebResultAnnotation(java.lang.reflect.Method method)

getWebResultAnnotation

public WebResultAnnotation getWebResultAnnotation(java.lang.reflect.Method method)

hasWebParamAnnotation

public boolean hasWebParamAnnotation(java.lang.reflect.Method method,
                                     int parameter)

getWebParamAnnotation

public WebParamAnnotation getWebParamAnnotation(java.lang.reflect.Method method,
                                                int parameter)

hasOnewayAnnotation

public boolean hasOnewayAnnotation(java.lang.reflect.Method method)

hasSOAPBindingAnnotation

public boolean hasSOAPBindingAnnotation(java.lang.Class clazz)

getSOAPBindingAnnotation

public SOAPBindingAnnotation getSOAPBindingAnnotation(java.lang.Class clazz)

hasHandlerChainAnnotation

public boolean hasHandlerChainAnnotation(java.lang.Class clazz)

getHandlerChainAnnotation

public HandlerChainAnnotation getHandlerChainAnnotation(java.lang.Class clazz)


Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.