Apache CXF API

org.apache.cxf.jaxws
Class EndpointUtils

java.lang.Object
  extended by org.apache.cxf.jaxws.EndpointUtils

public final class EndpointUtils
extends Object


Method Summary
static boolean hasWebServiceAnnotation(Class<?> cls)
           
static boolean isValidImplementor(Class<?> implementorClass)
           
static boolean isValidImplementor(Object implementor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasWebServiceAnnotation

public static boolean hasWebServiceAnnotation(Class<?> cls)

isValidImplementor

public static boolean isValidImplementor(Object implementor)

isValidImplementor

public static boolean isValidImplementor(Class<?> implementorClass)

Apache CXF API

Apache CXF