com.raritantechnologies.webServices
Class XSLTOutputMapper

java.lang.Object
  extended bycom.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

Constructor Summary
XSLTOutputMapper()
           
 
Method Summary
 SOAPBodyElement convertResponse(IResultSet response, java.lang.String status, java.lang.String reason)
           
 void initialize(org.w3c.dom.Element elem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLTOutputMapper

public XSLTOutputMapper()
Method Detail

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