org.deegree.tools.jdbc
Class DatabaseXMLMapping

java.lang.Object
  extended by org.deegree.tools.jdbc.DatabaseXMLMapping

public class DatabaseXMLMapping
extends Object

TODO add class documentation here

Version:
$Revision: 1.2 $, $Date: 2011-03-02 13:37:30 $
Author:
Lyn Buesching, last edited by: $Author: buesching $

Field Summary
protected  Table mainTable
           
 
Constructor Summary
DatabaseXMLMapping(File file, String workspaceName)
           
 
Method Summary
protected  void performAction(org.apache.axiom.om.OMDocument xml)
           
 void run()
           
protected  org.apache.axiom.om.OMDocument transform(org.apache.axiom.om.OMDocument xml)
           
protected  org.apache.axiom.om.OMDocument transform(org.apache.axiom.om.OMDocument xml, Properties outputProperties, Map<String,String> params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mainTable

protected Table mainTable
Constructor Detail

DatabaseXMLMapping

public DatabaseXMLMapping(File file,
                          String workspaceName)
                   throws Exception
Parameters:
fileName -
Throws:
Exception
Method Detail

run

public void run()
         throws Exception
Throws:
Exception

transform

protected org.apache.axiom.om.OMDocument transform(org.apache.axiom.om.OMDocument xml)
                                            throws Exception
Parameters:
xml -
Returns:
Throws:
Exception

transform

protected org.apache.axiom.om.OMDocument transform(org.apache.axiom.om.OMDocument xml,
                                                   Properties outputProperties,
                                                   Map<String,String> params)
                                            throws Exception
Throws:
Exception

performAction

protected void performAction(org.apache.axiom.om.OMDocument xml)


Copyright © 2011. All Rights Reserved.