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_VERSION
          Class version string
 
Method Summary
 void handleRefinementConfigurationXML(byte[] pRefinementConfigurationXML)
          Do something with this refinement configuration xml byte array.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

handleRefinementConfigurationXML

void handleRefinementConfigurationXML(byte[] pRefinementConfigurationXML)
                                      throws IndexingException
Do something with this refinement configuration xml byte array.

Throws:
IndexingException