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

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

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

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

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

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



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