wt.pdmlink
Class PDMLinkHelperFactory
java.lang.Object
wt.pdmlink.PDMLinkHelperFactory
- public class PDMLinkHelperFactory
- extends Object
The PDMLinkHelperFactory instantiates a class to provide the service
methods in PDMLinkHelperIfc. The class to instantiate is determined
by a lookup of the wt.pdmlink.PDMLinkHelper property in wt.properties.
Supported API: false
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HELPER_IMPL_KEY
public static final String HELPER_IMPL_KEY
- See Also:
- Constant Field Values
PDMLinkHelperFactory
public PDMLinkHelperFactory()
getHelper
public PDMLinkHelperIfc getHelper()
throws ClassNotFoundException,
IOException,
NoSuchMethodException,
IllegalAccessException,
InvocationTargetException
- Construct a PDMLink helper
Supported API: false
- Throws:
ClassNotFoundException
IOException
NoSuchMethodException
IllegalAccessException
java.lang.reflect.InvocationTargetException;
InvocationTargetException