Class WrapperUtil
- java.lang.Object
-
- org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.WrapperUtil
-
public final class WrapperUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Annotation>getJaxbAnnotations(Method method)static List<Annotation>getJaxbAnnotations(Method method, int idx)static booleanisWrapperClassExists(Method method)
-
-
-
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)
-
-