com.raritantechnologies.webServices
Interface IWebServiceInputMapper

All Known Implementing Classes:
ResearchServiceInputMapper, StandardInputMapper

public interface IWebServiceInputMapper

Interface used to map a WebServices request to the objects needed to perform a search using RTI framework modules.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Method Summary
 OrderedMap convertSOAPRequest(SOAPEnvelope soapRequest)
           
 java.lang.Integer getPageSize(SOAPEnvelope soapRequest)
           
 java.lang.String getSessionID(SOAPEnvelope soapRequest)
           
 SourceLoginInfo[] getSourceLoginInfo(SOAPEnvelope soapRequest)
          Create ILoginInfo from the soapRequest, do security checks with SecurityManager.
 java.lang.Integer getStartRec(SOAPEnvelope soapRequest)
           
 void initialize(org.w3c.dom.Element inputMapElem)
           
 

Method Detail

initialize

public void initialize(org.w3c.dom.Element inputMapElem)

getSourceLoginInfo

public SourceLoginInfo[] getSourceLoginInfo(SOAPEnvelope soapRequest)
Create ILoginInfo from the soapRequest, do security checks with SecurityManager.


convertSOAPRequest

public OrderedMap convertSOAPRequest(SOAPEnvelope soapRequest)

getStartRec

public java.lang.Integer getStartRec(SOAPEnvelope soapRequest)

getPageSize

public java.lang.Integer getPageSize(SOAPEnvelope soapRequest)

getSessionID

public java.lang.String getSessionID(SOAPEnvelope soapRequest)