com.novell.nds.dirxml.driver.soap.util
Interface DriverIdentification
- All Superinterfaces:
- Extension
- public interface DriverIdentification
- extends Extension
Classes which implement the DriverIdentification interface must implement all five methods. However, it is acceptable
to return null for any of the methods. If any method returns null, the default value for the SOAP Driver will be
used.
Methods inherited from interface com.novell.nds.dirxml.driver.soap.util.Extension |
init |
getProductName
public String getProductName()
getCompanyName
public String getCompanyName()
getShimVersion
public String getShimVersion()
getActivationID
public String getActivationID()
getMinActivationVersion
public String getMinActivationVersion()