Class WebServiceScanner


  • public class WebServiceScanner
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.String NO_CLASS_FOUND  
    • Method Summary

      Modifier and Type Method Description
      protected java.lang.Class<?> classForName​(java.lang.String className)  
      protected boolean isInterface​(java.lang.String className)  
      protected java.lang.Class justPickTheClassThatIsAnInterface​(java.util.List<java.lang.String> namesOfClassesWithAnnotation)  
      protected java.lang.Class justPickTheClassThatIsNotAnInterface​(java.util.List<java.lang.String> namesOfClasses)  
      protected <T extends java.lang.annotation.Annotation>
      java.util.List<java.lang.String>
      scanForClassNamesWithAnnotation​(java.lang.Class<T> annotation, java.lang.String packageName)  
      protected <T> java.lang.Class scanForClassWhichImplementsAndPickFirst​(java.lang.Class<T> interfaceName, java.lang.String packageName)  
      protected <T extends java.lang.annotation.Annotation>
      java.lang.Class
      scanForClassWithAnnotationAndIsAnInterface​(java.lang.Class<T> annotationName, java.lang.String packageName)  
      protected <T extends java.lang.annotation.Annotation>
      java.lang.Class
      scanForClassWithAnnotationAndPickTheFirstOneFound​(java.lang.Class<T> annotationName, java.lang.String packageName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • WebServiceScanner

        public WebServiceScanner()