com.raritantechnologies.webServices.officeResearchService
Class RegistrationServiceMapper

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

public class RegistrationServiceMapper
extends WebServiceMapper

WebServiceMapper that handles a Microsoft Office Research Pane registration request.

XML Configuration Template:
   <WebServiceMap methodName="ProviderRequest"
                     mapperClass="com.raritantechnologies.webServices.officeResearchService.RegistrationServiceMapper"
                     providerGUID="[ GUID for Federated Search (can reuse) ]"
                     serviceGUID="[ GUID for this Federated Search ]"
                     message= "[ display message ]"
                     providerName="[ Name of Provider (e.g. Raritan Technologies)]"
                     serviceName="[ Name of Federated service e.g. 'PharmaFed' ]"
                     serviceDescription="[ Description of the Federated service ]"
                     queryUrl="[ WebServices URL for queries ]"
                     registrationUrl="[ WebServices URL for registration ]"
                     aboutUrl="[ WebServices URL for help page ]"
                     copyright="[ Copyright notice ]"
                     officeCategory="[ category in Research Service pane ]" />

 

Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Constructor Summary
RegistrationServiceMapper()
           
 
Method Summary
 void executeService(SOAPEnvelope soapReq, SOAPEnvelope soapResp)
           
 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

RegistrationServiceMapper

public RegistrationServiceMapper()
Method Detail

executeService

public void executeService(SOAPEnvelope soapReq,
                           SOAPEnvelope soapResp)
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