org.apache.cxf.jaxws
Class EndpointUtils

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

public final class EndpointUtils
extends java.lang.Object


Method Summary
static boolean hasWebServiceAnnotation(java.lang.Class<?> cls)
           
static boolean isValidImplementor(java.lang.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(java.lang.Class<?> cls)

isValidImplementor

public static boolean isValidImplementor(java.lang.Object implementor)


Apache CXF