com.raritantechnologies.webServices
Interface IWebServiceOutputMapper

All Known Implementing Classes:
ResearchServiceContentMapper, ResearchServiceOutputMapper, StandardOutputMapper, XMLResultRendererMapper, XSLTOutputMapper

public interface IWebServiceOutputMapper

Inteface for mapping objects that can convert an RTI IResultSet to a SOAP response.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Method Summary
 SOAPBodyElement convertResponse(IResultSet response, java.lang.String status, java.lang.String reason)
           
 void initialize(org.w3c.dom.Element outputMapElem)
           
 

Method Detail

initialize

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

convertResponse

public SOAPBodyElement convertResponse(IResultSet response,
                                       java.lang.String status,
                                       java.lang.String reason)