com.raritantechnologies.webServices
Class GetSourcesMapper
java.lang.Object
com.raritantechnologies.webServices.WebServiceMapper
com.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetSourcesMapper
public GetSourcesMapper()
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)