org.nhindirect.xd.transform.util
Class XslConversion
java.lang.Object
org.nhindirect.xd.transform.util.XslConversion
public class XslConversion
- extends Object
XSL conversion utilities.
|
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 |
XslConversion
public XslConversion()
- Default constructor.
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.