public class SvcLocator
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
Svc |
findSvc(java.lang.String action,
java.lang.String focusClass)
Finds a Service
Class names must be named according to one of these patterns:
1.
|
public Svc findSvc(java.lang.String action, java.lang.String focusClass) throws ServiceNotFoundException
action,
- for instance, "save"focusClass,
- for instance "t_case", if null, pattern 2 is used.ServiceNotFoundException