org.apache.geronimo.xbeans.web
Class SessionConfigType.Factory

java.lang.Object
  extended byorg.apache.geronimo.xbeans.web.SessionConfigType.Factory
Enclosing class:
SessionConfigType

public static final class SessionConfigType.Factory
extends Object

A factory class with static methods for creating instances of this type.


Method Summary
static SessionConfigType newInstance()
           
static SessionConfigType newInstance(org.apache.xmlbeans.XmlOptions options)
           
static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
static SessionConfigType parse(File f)
           
static SessionConfigType parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static SessionConfigType parse(InputStream is)
           
static SessionConfigType parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SessionConfigType parse(Node node)
           
static SessionConfigType parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static SessionConfigType parse(Reader r)
           
static SessionConfigType parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SessionConfigType parse(String s)
           
static SessionConfigType parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static SessionConfigType parse(URL u)
           
static SessionConfigType parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static SessionConfigType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static SessionConfigType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static SessionConfigType newInstance()

newInstance

public static SessionConfigType newInstance(org.apache.xmlbeans.XmlOptions options)

parse

public static SessionConfigType parse(String s)
                               throws org.apache.xmlbeans.XmlException
Throws:
org.apache.xmlbeans.XmlException

parse

public static SessionConfigType parse(String s,
                                      org.apache.xmlbeans.XmlOptions options)
                               throws org.apache.xmlbeans.XmlException
Throws:
org.apache.xmlbeans.XmlException

parse

public static SessionConfigType parse(File f)
                               throws org.apache.xmlbeans.XmlException,
                                      IOException
Throws:
org.apache.xmlbeans.XmlException
IOException

parse

public static SessionConfigType parse(File f,
                                      org.apache.xmlbeans.XmlOptions options)
                               throws org.apache.xmlbeans.XmlException,
                                      IOException
Throws:
org.apache.xmlbeans.XmlException
IOException

parse

public static SessionConfigType parse(URL u)
                               throws org.apache.xmlbeans.XmlException,
                                      IOException
Throws:
org.apache.xmlbeans.XmlException
IOException

parse

public static SessionConfigType parse(URL u,
                                      org.apache.xmlbeans.XmlOptions options)
                               throws org.apache.xmlbeans.XmlException,
                                      IOException
Throws:
org.apache.xmlbeans.XmlException
IOException

parse

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

parse

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

parse

public static SessionConfigType parse(Reader r)
                               throws org.apache.xmlbeans.XmlException,
                                      IOException
Throws:
org.apache.xmlbeans.XmlException
IOException

parse

public static SessionConfigType parse(Reader r,
                                      org.apache.xmlbeans.XmlOptions options)
                               throws org.apache.xmlbeans.XmlException,
                                      IOException
Throws:
org.apache.xmlbeans.XmlException
IOException

parse

public static SessionConfigType parse(Node node)
                               throws org.apache.xmlbeans.XmlException
Throws:
org.apache.xmlbeans.XmlException

parse

public static SessionConfigType parse(Node node,
                                      org.apache.xmlbeans.XmlOptions options)
                               throws org.apache.xmlbeans.XmlException
Throws:
org.apache.xmlbeans.XmlException

parse

public static SessionConfigType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
                               throws org.apache.xmlbeans.XmlException,
                                      org.apache.xmlbeans.xml.stream.XMLStreamException
Throws:
org.apache.xmlbeans.XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException

parse

public static SessionConfigType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
                                      org.apache.xmlbeans.XmlOptions options)
                               throws org.apache.xmlbeans.XmlException,
                                      org.apache.xmlbeans.xml.stream.XMLStreamException
Throws:
org.apache.xmlbeans.XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException

newValidatingXMLInputStream

public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
                                                                                 throws org.apache.xmlbeans.XmlException,
                                                                                        org.apache.xmlbeans.xml.stream.XMLStreamException
Throws:
org.apache.xmlbeans.XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException

newValidatingXMLInputStream

public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
                                                                                        org.apache.xmlbeans.XmlOptions options)
                                                                                 throws org.apache.xmlbeans.XmlException,
                                                                                        org.apache.xmlbeans.xml.stream.XMLStreamException
Throws:
org.apache.xmlbeans.XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException


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