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.


Method Summary
 String getActivationID()
           
 String getCompanyName()
           
 String getMinActivationVersion()
           
 String getProductName()
           
 String getShimVersion()
           
 
Methods inherited from interface com.novell.nds.dirxml.driver.soap.util.Extension
init
 

Method Detail

getProductName

public String getProductName()

getCompanyName

public String getCompanyName()

getShimVersion

public String getShimVersion()

getActivationID

public String getActivationID()

getMinActivationVersion

public String getMinActivationVersion()