org.apache.cxf.tools.java2wsdl.processor.internal.jaxws
Class WrapperUtil

java.lang.Object
  extended by org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.WrapperUtil

public final class WrapperUtil
extends java.lang.Object


Method Summary
static java.util.List<java.lang.annotation.Annotation> getJaxbAnnotations(java.lang.reflect.Method method)
           
static java.util.List<java.lang.annotation.Annotation> getJaxbAnnotations(java.lang.reflect.Method method, int idx)
           
static boolean isWrapperClassExists(java.lang.reflect.Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isWrapperClassExists

public static boolean isWrapperClassExists(java.lang.reflect.Method method)

getJaxbAnnotations

public static java.util.List<java.lang.annotation.Annotation> getJaxbAnnotations(java.lang.reflect.Method method)

getJaxbAnnotations

public static java.util.List<java.lang.annotation.Annotation> getJaxbAnnotations(java.lang.reflect.Method method,
                                                                                 int idx)


Apache CXF