@Generated(value="org.jomc.tools.SourceFileProcessor 1.3", comments="See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3") public interface Locator
getObject(Locator[].class)
,
getObject(Locator.class, "implementation name")
,
org.jomc.ObjectManagerFactory
<T> T getObject(Class<T> specification, URI location) throws NullPointerException, IOException
T
- The type of the object.specification
- The specification class of the object to locate.location
- The location URI of the object to locate.location
or null
, if no object is found at location
.NullPointerException
- if specification
or location
is null
.IOException
- if locating the object fails.Copyright © 2005-2012 The JOMC Project. All Rights Reserved.