com.raritantechnologies.webServices
Class XMLResultRendererMapper
java.lang.Object
com.raritantechnologies.webServices.XMLResultRendererMapper
- All Implemented Interfaces:
- IWebServiceOutputMapper
- public class XMLResultRendererMapper
- extends java.lang.Object
- implements IWebServiceOutputMapper
Uses IXMLResultRenderer to convert an RTI IResultSet to a SOAPBodyElement.
XML Configuration Template:
<OutputMap outputMapperClass="com.raritantechnologies.webServices.XMLResultRendererMapper" >
<XMLResultRenderer class="[ class of com.raritantechnologies.xml.IXMLResultRenderer ]" >
</XMLResultRenderer>
<!-- Optional XSLT Transform -->
<XSLTransform fileName="[ file name of XSLTransform ]" />
</OutputMap>
Developed by
Raritan Technologies Inc..
- Author:
- Ted Sullivan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLResultRendererMapper
public XMLResultRendererMapper()
initialize
public void initialize(org.w3c.dom.Element elem)
- Specified by:
initialize in interface IWebServiceOutputMapper
convertResponse
public SOAPBodyElement convertResponse(IResultSet response,
java.lang.String status,
java.lang.String reason)
- Specified by:
convertResponse in interface IWebServiceOutputMapper