org.apache.geronimo.upgrade
Class Upgrade1_0To1_1

java.lang.Object
  extended by org.apache.geronimo.upgrade.Upgrade1_0To1_1

public class Upgrade1_0To1_1
extends Object


Constructor Summary
Upgrade1_0To1_1()
           
 
Method Summary
static org.apache.xmlbeans.XmlOptions createXmlOptions(Collection errors)
           
static org.apache.xmlbeans.XmlObject parse(InputStream is)
           
 void upgrade(InputStream source, Writer target)
           
 org.apache.xmlbeans.XmlObject upgrade(org.apache.xmlbeans.XmlObject xmlObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Upgrade1_0To1_1

public Upgrade1_0To1_1()
Method Detail

upgrade

public void upgrade(InputStream source,
                    Writer target)
             throws IOException,
                    org.apache.xmlbeans.XmlException
Throws:
IOException
org.apache.xmlbeans.XmlException

upgrade

public org.apache.xmlbeans.XmlObject upgrade(org.apache.xmlbeans.XmlObject xmlObject)
                                      throws org.apache.xmlbeans.XmlException
Throws:
org.apache.xmlbeans.XmlException

parse

public static org.apache.xmlbeans.XmlObject parse(InputStream is)
                                           throws IOException,
                                                  org.apache.xmlbeans.XmlException
Throws:
IOException
org.apache.xmlbeans.XmlException

createXmlOptions

public static org.apache.xmlbeans.XmlOptions createXmlOptions(Collection errors)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.