com.raritantechnologies.federated.IBM
Class OmniFindSearchSourceFactory

java.lang.Object
  extended bycom.raritantechnologies.searchApp.XMLSearchSourceFactory
      extended bycom.raritantechnologies.federated.IBM.OmniFindSearchSourceFactory
All Implemented Interfaces:
IXMLSearchSourceFactory

public class OmniFindSearchSourceFactory
extends XMLSearchSourceFactory

Factory object that can initialize an OmniFindSearchSource from its <SourceType> configuration tag.

XML Configuration Template:
  <SourceType name="[ source name ]" type="OmniFindSearchSource" displayName="[ source display name ]"
                 sourceFactoryClass="com.raritantechnologies.federated.IBM.OmniFindSearchSourceFactory" 
                 queryProcessor="com.raritantechnologies.federated.IBM.OmniFindQueryProcessor" >

  </SourceType>
 

Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Constructor Summary
OmniFindSearchSourceFactory()
           
 
Method Summary
 SearchSource[] createSearchSources(org.w3c.dom.Element sourceElem, ISearchFieldMapFactory factory)
           
 
Methods inherited from class com.raritantechnologies.searchApp.XMLSearchSourceFactory
changeBasePath, initializeFieldFormatters, initializeSource, initializeStaticFields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OmniFindSearchSourceFactory

public OmniFindSearchSourceFactory()
Method Detail

createSearchSources

public SearchSource[] createSearchSources(org.w3c.dom.Element sourceElem,
                                          ISearchFieldMapFactory factory)
Specified by:
createSearchSources in interface IXMLSearchSourceFactory
Specified by:
createSearchSources in class XMLSearchSourceFactory