atg.commerce.search.refinement.admin
Interface RefinementConfigurationXMLHandler
- All Known Implementing Classes: 
- RefineConfigItem
- public interface RefinementConfigurationXMLHandler 
Implementations of this interface can do interesting things with byte arrays that
 contain a refinement configuration XML.  For example, and implementor can send the
 XML to a search engine.
| Field Summary | 
| static java.lang.String | CLASS_VERSIONClass version string
 | 
 
 
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- Class version string
 
- See Also:
- Constant Field Values
 
handleRefinementConfigurationXML
void handleRefinementConfigurationXML(byte[] pRefinementConfigurationXML)
                                      throws atg.repository.search.indexing.IndexingException
- Do something with this refinement configuration xml byte array.
 
- 
- Throws:
- atg.repository.search.indexing.IndexingException