com.raritantechnologies.webServices
Interface ISourceSchemaMapper

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
BasicSourceSchemaMapper

public interface ISourceSchemaMapper
extends IConfigurable

Creates a Source Schema used by the GetSourcesMapper to respond to a SOAP GetSources request.


Method Summary
 org.w3c.dom.Element createSourceSchema(org.w3c.dom.Document doc, java.lang.String sourceName, ISearchFieldMap sfMap)
           
 void initialize(org.w3c.dom.Element elem)
          Initializes the object from an XML tag or element.
 

Method Detail

initialize

public void initialize(org.w3c.dom.Element elem)
Description copied from interface: IConfigurable
Initializes the object from an XML tag or element. This method is called by the Framework as part of the application initializtion. see ConfigurationManager, XMLConfigurationManager, XMLSearchFieldMapFactory, XMLSearchSourceFactory. Configurable objects that are owned or contained by other configurable objects will be initialized in by the parent object.

Specified by:
initialize in interface IConfigurable

createSourceSchema

public org.w3c.dom.Element createSourceSchema(org.w3c.dom.Document doc,
                                              java.lang.String sourceName,
                                              ISearchFieldMap sfMap)