Reference > IBM Sales Center extension points


Feature Validation Service extension point

The IBM Sales Center workbench provides a validation service. The purpose of this extension point is to allow plug-ins to register features for validation with the WebSphere Commerce Server before authentication.


Identifier:

com.ibm.commerce.telesales.services.featureValidation


Description:

The IBM Sales Center workbench provides a validation service. The purpose of this extension point is to allow plug-ins to register features for validation with the WebSphere Commerce Server before authentication.


Configuration Markup:

<!ELEMENT extension ( feature*)>

<!ATTLIST extension

point CDATA #REQUIRED

id CDATA #IMPLIED

name CDATA #IMPLIED>

<!ELEMENT feature EMPTY>

<!ATTLIST feature

id CDATA #REQUIRED>


Examples:

The following is an example for the dialog extension point:

    
<extension 
       point=
 "com.ibm.commerce.telesales.services.featureValidation"
 
       id=
 "com.ibm.commerce.telesales.features"
 > 
      

<feature 
         id=
 "com.ibm.commerce.telesales"
 >       

</feature> 
      

<feature 
         id=
 "com.ibm.pvc.wct.platform"
 >       

</feature> 
   

</extension> 


API Information:

The value of the attribute id

should be the fully qualified identifier for an Eclipse feature installed in the rich client.


Supplied Implementation:

The workbench uses the features when a IBM Sales Center validation service is used before authentication.


+

Search Tips   |   Advanced Search