org.nhindirect.xd.transform.util
Class XslConversion

java.lang.Object
  extended by org.nhindirect.xd.transform.util.XslConversion

public class XslConversion
extends Object

XSL conversion utilities.


Constructor Summary
XslConversion()
          Default constructor.
 
Method Summary
 String run(String mapFile, String message)
          Perform the XSL conversion using the provided map file and message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XslConversion

public XslConversion()
Default constructor.

Method Detail

run

public String run(String mapFile,
                  String message)
           throws Exception
Perform the XSL conversion using the provided map file and message.

Parameters:
mapFile - The map file.
message - The message.
Returns:
an XSL conversion.
Throws:
Exception


Copyright © 2010-2011. All Rights Reserved.