org.eclipse.ohf.bridge.xds
Class XDSDocTypeToCDA

java.lang.Object
  extended by org.eclipse.ohf.bridge.xds.XDSDocTypeToCDA

public class XDSDocTypeToCDA
extends java.lang.Object

Temporary class for creating a CDA R2 document from a data object based in via SOAP. This class will be replaced in the future with the org.eclipse.ohf.ihe.common.cdar2 package functionality.


Constructor Summary
XDSDocTypeToCDA()
           
 
Method Summary
 java.lang.String convert(XDSDocType pDocument)
           
 org.w3c.dom.Document getDocument()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XDSDocTypeToCDA

public XDSDocTypeToCDA()
                throws java.io.IOException,
                       org.xml.sax.SAXException,
                       javax.xml.parsers.ParserConfigurationException
Throws:
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
Method Detail

getDocument

public org.w3c.dom.Document getDocument()

convert

public java.lang.String convert(XDSDocType pDocument)
                         throws javax.xml.transform.TransformerFactoryConfigurationError,
                                javax.xml.transform.TransformerException,
                                javax.xml.xpath.XPathExpressionException,
                                org.eclipse.ohf.bridge.conf.UnavailableResourcesException
Throws:
javax.xml.transform.TransformerFactoryConfigurationError
javax.xml.transform.TransformerException
javax.xml.xpath.XPathExpressionException
org.eclipse.ohf.bridge.conf.UnavailableResourcesException