Uses of Interface
org.icenigrid.schema.oasis.wss.y2004.m01.SecurityTokenReferenceDocument

Packages that use SecurityTokenReferenceDocument
org.icenigrid.schema.oasis.wss.y2004.m01   
org.icenigrid.schema.oasis.wss.y2004.m01.impl   
 

Uses of SecurityTokenReferenceDocument in org.icenigrid.schema.oasis.wss.y2004.m01
 

Methods in org.icenigrid.schema.oasis.wss.y2004.m01 that return SecurityTokenReferenceDocument
static SecurityTokenReferenceDocument SecurityTokenReferenceDocument.Factory.newInstance()
           
static SecurityTokenReferenceDocument SecurityTokenReferenceDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SecurityTokenReferenceDocument SecurityTokenReferenceDocument.Factory.parse(java.io.File file)
           
static SecurityTokenReferenceDocument SecurityTokenReferenceDocument.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static SecurityTokenReferenceDocument SecurityTokenReferenceDocument.Factory.parse(java.io.InputStream is)
           
static SecurityTokenReferenceDocument SecurityTokenReferenceDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SecurityTokenReferenceDocument SecurityTokenReferenceDocument.Factory.parse(org.w3c.dom.Node node)
           
static SecurityTokenReferenceDocument SecurityTokenReferenceDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static SecurityTokenReferenceDocument SecurityTokenReferenceDocument.Factory.parse(java.io.Reader r)
           
static SecurityTokenReferenceDocument SecurityTokenReferenceDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SecurityTokenReferenceDocument SecurityTokenReferenceDocument.Factory.parse(java.lang.String xmlAsString)
           
static SecurityTokenReferenceDocument SecurityTokenReferenceDocument.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static SecurityTokenReferenceDocument SecurityTokenReferenceDocument.Factory.parse(java.net.URL u)
           
static SecurityTokenReferenceDocument SecurityTokenReferenceDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static SecurityTokenReferenceDocument SecurityTokenReferenceDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static SecurityTokenReferenceDocument SecurityTokenReferenceDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static SecurityTokenReferenceDocument SecurityTokenReferenceDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static SecurityTokenReferenceDocument SecurityTokenReferenceDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of SecurityTokenReferenceDocument in org.icenigrid.schema.oasis.wss.y2004.m01.impl
 

Classes in org.icenigrid.schema.oasis.wss.y2004.m01.impl that implement SecurityTokenReferenceDocument
 class SecurityTokenReferenceDocumentImpl
          A document containing one SecurityTokenReference(@http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd) element.
 



Copyright © 2009. All Rights Reserved.