com.raritantechnologies.searchApp.scheduler
Class SchedulerWebServiceMapper
java.lang.Object
com.raritantechnologies.webServices.WebServiceMapper
com.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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
wsInputMapper
protected IWebServiceInputMapper wsInputMapper
wsOutputMapper
protected IWebServiceOutputMapper wsOutputMapper
SchedulerWebServiceMapper
public SchedulerWebServiceMapper()
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)