|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cuba.webservice.AdapterClassCollector
public class AdapterClassCollector
Utility class to collect alle classes from the application's class path which
represent client adapters for webservice tunneling. The lookup of components via
a WebserviceClientContext
is based on a naming convention
which derives the adapter class name from the global component name. However, the
packages of these classes cannot be derived from anything and therefore the classes
must initially be searched for.
Constructor Summary | |
---|---|
AdapterClassCollector()
|
Method Summary | |
---|---|
static java.util.Map |
findSubClasses(java.lang.Class parentClass)
Finds all subclasses of a given class or interface. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdapterClassCollector()
Method Detail |
---|
public static java.util.Map findSubClasses(java.lang.Class parentClass)
parent
- the class for which subclasses are searched
Class
objects with their (short) name as key.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |