Apache CXF API

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 Object


Method Summary
static List<Annotation> getJaxbAnnotations(Method method)
           
static List<Annotation> getJaxbAnnotations(Method method, int idx)
           
static boolean isWrapperClassExists(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(Method method)

getJaxbAnnotations

public static List<Annotation> getJaxbAnnotations(Method method)

getJaxbAnnotations

public static List<Annotation> getJaxbAnnotations(Method method,
                                                  int idx)

Apache CXF API

Apache CXF