com.raritantechnologies.searchApp.scheduler
Class SchedulerWebServiceMapper

java.lang.Object
  extended bycom.raritantechnologies.webServices.WebServiceMapper
      extended bycom.raritantechnologies.searchApp.scheduler.SchedulerWebServiceMapper
All Implemented Interfaces:
IConfigurable

public class SchedulerWebServiceMapper
extends WebServiceMapper

Receives commands from RemoteDispatcher to either get the current Job or update the status of an existing job

XML getRemotableEvent Message Template:
    <getRemotableEvent>
     </getRemotableEvent>
 
XML setEventStatus Message Template:
    <setEventStatus>
       <eventId>
       </eventId>
       
       <eventStatus>
       </eventStatus>
 
     </setEventStatus>
 


Field Summary
protected  IWebServiceInputMapper wsInputMapper
           
protected  IWebServiceOutputMapper wsOutputMapper
           
 
Constructor Summary
SchedulerWebServiceMapper()
           
 
Method Summary
 void executeService(SOAPEnvelope soapReq, SOAPEnvelope soapResp)
           
 void initialize(org.w3c.dom.Element webServiceElem)
          Initializes the object from an XML tag or element.
 void setWebServiceInputMapper(IWebServiceInputMapper wsInputMapper)
           
 void setWebServiceOutputMapper(IWebServiceOutputMapper wsOutputMapper)
           
 
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
 

Field Detail

wsInputMapper

protected IWebServiceInputMapper wsInputMapper

wsOutputMapper

protected IWebServiceOutputMapper wsOutputMapper
Constructor Detail

SchedulerWebServiceMapper

public SchedulerWebServiceMapper()
Method Detail

executeService

public void executeService(SOAPEnvelope soapReq,
                           SOAPEnvelope soapResp)
Specified by:
executeService in class WebServiceMapper

initialize

public void initialize(org.w3c.dom.Element webServiceElem)
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

setWebServiceInputMapper

public void setWebServiceInputMapper(IWebServiceInputMapper wsInputMapper)

setWebServiceOutputMapper

public void setWebServiceOutputMapper(IWebServiceOutputMapper wsOutputMapper)