Uses of Interface
org.ogf.graap.wsag4j.types.engine.WSAG4JSessionDocument

Packages that use WSAG4JSessionDocument
org.ogf.graap.wsag4j.types.engine   
org.ogf.graap.wsag4j.types.engine.impl   
 

Uses of WSAG4JSessionDocument in org.ogf.graap.wsag4j.types.engine
 

Methods in org.ogf.graap.wsag4j.types.engine that return WSAG4JSessionDocument
static WSAG4JSessionDocument WSAG4JSessionDocument.Factory.newInstance()
           
static WSAG4JSessionDocument WSAG4JSessionDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static WSAG4JSessionDocument WSAG4JSessionDocument.Factory.parse(File file)
           
static WSAG4JSessionDocument WSAG4JSessionDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static WSAG4JSessionDocument WSAG4JSessionDocument.Factory.parse(InputStream is)
           
static WSAG4JSessionDocument WSAG4JSessionDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static WSAG4JSessionDocument WSAG4JSessionDocument.Factory.parse(Node node)
           
static WSAG4JSessionDocument WSAG4JSessionDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static WSAG4JSessionDocument WSAG4JSessionDocument.Factory.parse(Reader r)
           
static WSAG4JSessionDocument WSAG4JSessionDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static WSAG4JSessionDocument WSAG4JSessionDocument.Factory.parse(String xmlAsString)
           
static WSAG4JSessionDocument WSAG4JSessionDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static WSAG4JSessionDocument WSAG4JSessionDocument.Factory.parse(URL u)
           
static WSAG4JSessionDocument WSAG4JSessionDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static WSAG4JSessionDocument WSAG4JSessionDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static WSAG4JSessionDocument WSAG4JSessionDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static WSAG4JSessionDocument WSAG4JSessionDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static WSAG4JSessionDocument WSAG4JSessionDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of WSAG4JSessionDocument in org.ogf.graap.wsag4j.types.engine.impl
 

Classes in org.ogf.graap.wsag4j.types.engine.impl that implement WSAG4JSessionDocument
 class WSAG4JSessionDocumentImpl
          A document containing one WSAG4JSession(@http://schemas.scai.fraunhofer.de/2008/11/wsag4j/engine) element.
 



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.