org.onemind.swingweb
Class SwingWebContextFactory

java.lang.Object
  extended byorg.onemind.swingweb.SwingWebContextFactory

public final class SwingWebContextFactory
extends java.lang.Object

The SwingWebContextFactory create SwingWebContext

Author:
TiongHiang Lee (thlee@onemindsoft.org)

Method Summary
static SwingWebContext createContext(java.io.InputStream xmlIS)
          Create a swing web context using the configuration file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createContext

public static SwingWebContext createContext(java.io.InputStream xmlIS)
                                     throws javax.xml.parsers.ParserConfigurationException,
                                            org.xml.sax.SAXException,
                                            java.io.IOException
Create a swing web context using the configuration file

Parameters:
xmlIS - the input stream
Returns:
the context
Throws:
org.xml.sax.SAXException
java.io.IOException
javax.xml.parsers.ParserConfigurationException


Copyright © 2004-2007 . All Rights Reserved.