com.raritantechnologies.webServices
Class XSLTOutputMapper
java.lang.Object
com.raritantechnologies.webServices.XSLTOutputMapper
- All Implemented Interfaces:
- IWebServiceOutputMapper
- public class XSLTOutputMapper
- extends java.lang.Object
- implements IWebServiceOutputMapper
Uses XSLT Transform to convert a RTI IResultSet to a SOAPBodyElement.
XML Configuration Template:
<OutputMap outputMapperClass="com.raritantechnologies.webServices.XSLTOutputMapper"
xslFile="[ path to XSL Transform file ]" />
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 |
XSLTOutputMapper
public XSLTOutputMapper()
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