org.codehaus.xfire.annotations.jsr181
Class Jsr181WebAnnotations
java.lang.Object
org.codehaus.xfire.annotations.jsr181.Jsr181WebAnnotations
- All Implemented Interfaces:
- org.codehaus.xfire.annotations.WebAnnotations
public class Jsr181WebAnnotations
- extends Object
- implements org.codehaus.xfire.annotations.WebAnnotations
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(Class clazz)
- Specified by:
hasWebServiceAnnotation
in interface org.codehaus.xfire.annotations.WebAnnotations
getWebServiceAnnotation
public org.codehaus.xfire.annotations.WebServiceAnnotation getWebServiceAnnotation(Class clazz)
- Specified by:
getWebServiceAnnotation
in interface org.codehaus.xfire.annotations.WebAnnotations
hasWebMethodAnnotation
public boolean hasWebMethodAnnotation(Method method)
- Specified by:
hasWebMethodAnnotation
in interface org.codehaus.xfire.annotations.WebAnnotations
getWebMethodAnnotation
public org.codehaus.xfire.annotations.WebMethodAnnotation getWebMethodAnnotation(Method method)
- Specified by:
getWebMethodAnnotation
in interface org.codehaus.xfire.annotations.WebAnnotations
hasWebResultAnnotation
public boolean hasWebResultAnnotation(Method method)
- Specified by:
hasWebResultAnnotation
in interface org.codehaus.xfire.annotations.WebAnnotations
getWebResultAnnotation
public org.codehaus.xfire.annotations.WebResultAnnotation getWebResultAnnotation(Method method)
- Specified by:
getWebResultAnnotation
in interface org.codehaus.xfire.annotations.WebAnnotations
hasWebParamAnnotation
public boolean hasWebParamAnnotation(Method method,
int parameter)
- Specified by:
hasWebParamAnnotation
in interface org.codehaus.xfire.annotations.WebAnnotations
getWebParamAnnotation
public org.codehaus.xfire.annotations.WebParamAnnotation getWebParamAnnotation(Method method,
int parameter)
- Specified by:
getWebParamAnnotation
in interface org.codehaus.xfire.annotations.WebAnnotations
hasOnewayAnnotation
public boolean hasOnewayAnnotation(Method method)
- Specified by:
hasOnewayAnnotation
in interface org.codehaus.xfire.annotations.WebAnnotations
hasSOAPBindingAnnotation
public boolean hasSOAPBindingAnnotation(Class clazz)
- Specified by:
hasSOAPBindingAnnotation
in interface org.codehaus.xfire.annotations.WebAnnotations
getSOAPBindingAnnotation
public org.codehaus.xfire.annotations.soap.SOAPBindingAnnotation getSOAPBindingAnnotation(Class clazz)
- Specified by:
getSOAPBindingAnnotation
in interface org.codehaus.xfire.annotations.WebAnnotations
hasHandlerChainAnnotation
public boolean hasHandlerChainAnnotation(Class clazz)
- Specified by:
hasHandlerChainAnnotation
in interface org.codehaus.xfire.annotations.WebAnnotations
getHandlerChainAnnotation
public org.codehaus.xfire.annotations.HandlerChainAnnotation getHandlerChainAnnotation(Class clazz)
- Specified by:
getHandlerChainAnnotation
in interface org.codehaus.xfire.annotations.WebAnnotations
getServiceProperties
public Map getServiceProperties(Class clazz)
- Specified by:
getServiceProperties
in interface org.codehaus.xfire.annotations.WebAnnotations
getFaultHandlers
public Collection getFaultHandlers(Class clazz)
- Specified by:
getFaultHandlers
in interface org.codehaus.xfire.annotations.WebAnnotations
getInHandlers
public Collection getInHandlers(Class clazz)
- Specified by:
getInHandlers
in interface org.codehaus.xfire.annotations.WebAnnotations
getOutHandlers
public Collection getOutHandlers(Class clazz)
- Specified by:
getOutHandlers
in interface org.codehaus.xfire.annotations.WebAnnotations
Copyright © 2004-2013. All Rights Reserved.