org.codehaus.xfire.annotations.jsr181
Class Jsr181WebAnnotations
java.lang.Object
org.codehaus.xfire.annotations.jsr181.Jsr181WebAnnotations
public class Jsr181WebAnnotations
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Jsr181WebAnnotations
public Jsr181WebAnnotations()
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.