com.raritantechnologies.webServices
Class GetSourcesMapper

java.lang.Object
  extended bycom.raritantechnologies.webServices.WebServiceMapper
      extended bycom.raritantechnologies.webServices.GetSourcesMapper
All Implemented Interfaces:
IConfigurable

public class GetSourcesMapper
extends WebServiceMapper

Executes a WebService request by returning information about the RTI search sources that can be used to execute a search.

XML Configuration Template:
   <WebServiceMap methodName="GetSourcesRequest"
                     mapperClass="com.raritantechnologies.webServices.GetSourcesMapper" >

     <SourceSchemaMappers>
       <!-- One or more SchemaMapper classes -->
       <SchemaMapper sourceNames="[ name(s) of SearchSource(s) ]"
                        class="[ class of com.raritantechnologies.webServices.ISourceSchemaMapper ]" >

       </SchemaMapper>
     </SourceSchemaMappers>
   </WebServiceMap>
 

Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Constructor Summary
GetSourcesMapper()
           
 
Method Summary
 void executeService(SOAPEnvelope req, SOAPEnvelope resp)
           
 ISourceSchemaMapper getSourceSchemaMapper(SOAPEnvelope soapRequest)
           
 void initialize(org.w3c.dom.Element elem)
          Initializes the object from an XML tag or element.
 
Methods inherited from class com.raritantechnologies.webServices.WebServiceMapper
executeService, getCharacterEncoding, getRequestParam, setCharacterEncoding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetSourcesMapper

public GetSourcesMapper()
Method Detail

executeService

public void executeService(SOAPEnvelope req,
                           SOAPEnvelope resp)
Specified by:
executeService in class WebServiceMapper

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
Specified by:
initialize in class WebServiceMapper

getSourceSchemaMapper

public ISourceSchemaMapper getSourceSchemaMapper(SOAPEnvelope soapRequest)