org.eclipse.ohf.ihe.common.ebxml._2._1.test
Class SubmitResponse

java.lang.Object
  extended by org.eclipse.ohf.ihe.common.ebxml._2._1.test.SubmitResponse

public class SubmitResponse
extends java.lang.Object

Author:
Sarah Knoop

Constructor Summary
SubmitResponse()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubmitResponse

public SubmitResponse()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Parameters:
args[0] - the source ebXML file containing a single RegistryResponse to submission.
args[1] - the output file
args - [2] set to "ignore" to indicate recording of parse errors rather than throwing exections (will then ignore the feature not found error on the prefixed attributes)
Throws:
java.lang.Exception