org.obligate.annotations.contract.proxy
Class ServiceLocator

java.lang.Object
  extended by org.obligate.annotations.contract.proxy.ServiceLocator

public final class ServiceLocator
extends java.lang.Object

Simple Service locator

Since:
14-Jan-2006
Author:
Steve Jones

Constructor Summary
ServiceLocator()
           
 
Method Summary
static
<Service> Service
getService(java.lang.Class<Service> interfaceClass)
          Static method to get an instance of a service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceLocator

public ServiceLocator()
Method Detail

getService

public static final <Service> Service getService(java.lang.Class<Service> interfaceClass)
Static method to get an instance of a service