com.irisel.oms.blapi
Class SvcLocator

java.lang.Object
  extended by com.irisel.oms.blapi.SvcLocator

public class SvcLocator
extends java.lang.Object


Method Summary
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

findSvc

public Svc findSvc(java.lang.String action,
                   java.lang.String focusClass)
            throws ServiceNotFoundException
Finds a Service Class names must be named according to one of these patterns: 1. "com.irisel.oms.blapi.Svc_" + + "_" + 2. "com.irisel.oms.blapi.Svc_" +

Parameters:
action, - for instance, "save"
focusClass, - for instance "t_case", if null, pattern 2 is used.
Returns:
Throws:
ServiceNotFoundException