|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecurityDocument | |
---|---|
org.icenigrid.schema.oasis.wss.y2004.m01 | |
org.icenigrid.schema.oasis.wss.y2004.m01.impl |
Uses of SecurityDocument in org.icenigrid.schema.oasis.wss.y2004.m01 |
---|
Methods in org.icenigrid.schema.oasis.wss.y2004.m01 that return SecurityDocument | |
---|---|
static SecurityDocument |
SecurityDocument.Factory.newInstance()
|
static SecurityDocument |
SecurityDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static SecurityDocument |
SecurityDocument.Factory.parse(java.io.File file)
|
static SecurityDocument |
SecurityDocument.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static SecurityDocument |
SecurityDocument.Factory.parse(java.io.InputStream is)
|
static SecurityDocument |
SecurityDocument.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static SecurityDocument |
SecurityDocument.Factory.parse(org.w3c.dom.Node node)
|
static SecurityDocument |
SecurityDocument.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static SecurityDocument |
SecurityDocument.Factory.parse(java.io.Reader r)
|
static SecurityDocument |
SecurityDocument.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static SecurityDocument |
SecurityDocument.Factory.parse(java.lang.String xmlAsString)
|
static SecurityDocument |
SecurityDocument.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static SecurityDocument |
SecurityDocument.Factory.parse(java.net.URL u)
|
static SecurityDocument |
SecurityDocument.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static SecurityDocument |
SecurityDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static SecurityDocument |
SecurityDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static SecurityDocument |
SecurityDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static SecurityDocument |
SecurityDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Uses of SecurityDocument in org.icenigrid.schema.oasis.wss.y2004.m01.impl |
---|
Classes in org.icenigrid.schema.oasis.wss.y2004.m01.impl that implement SecurityDocument | |
---|---|
class |
SecurityDocumentImpl
A document containing one Security(@http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd) element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |