wt.pdmlink
Class PDMLinkHelperFactory

java.lang.Object
  extended bywt.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


Field Summary
static String HELPER_IMPL_KEY
           
 
Constructor Summary
PDMLinkHelperFactory()
           
 
Method Summary
 PDMLinkHelperIfc getHelper()
          Construct a PDMLink helper

Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HELPER_IMPL_KEY

public static final String HELPER_IMPL_KEY
See Also:
Constant Field Values
Constructor Detail

PDMLinkHelperFactory

public PDMLinkHelperFactory()
Method Detail

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