Package | Description |
---|---|
org.xmlsoap.schemas.ws.x2004.x09.policy | |
org.xmlsoap.schemas.ws.x2004.x09.policy.impl |
Modifier and Type | Method and Description |
---|---|
static PolicyReferenceDocument |
PolicyReferenceDocument.Factory.newInstance() |
static PolicyReferenceDocument |
PolicyReferenceDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static PolicyReferenceDocument |
PolicyReferenceDocument.Factory.parse(File file) |
static PolicyReferenceDocument |
PolicyReferenceDocument.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static PolicyReferenceDocument |
PolicyReferenceDocument.Factory.parse(InputStream is) |
static PolicyReferenceDocument |
PolicyReferenceDocument.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static PolicyReferenceDocument |
PolicyReferenceDocument.Factory.parse(Node node) |
static PolicyReferenceDocument |
PolicyReferenceDocument.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static PolicyReferenceDocument |
PolicyReferenceDocument.Factory.parse(Reader r) |
static PolicyReferenceDocument |
PolicyReferenceDocument.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static PolicyReferenceDocument |
PolicyReferenceDocument.Factory.parse(String xmlAsString) |
static PolicyReferenceDocument |
PolicyReferenceDocument.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static PolicyReferenceDocument |
PolicyReferenceDocument.Factory.parse(URL u) |
static PolicyReferenceDocument |
PolicyReferenceDocument.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static PolicyReferenceDocument |
PolicyReferenceDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static PolicyReferenceDocument |
PolicyReferenceDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static PolicyReferenceDocument |
PolicyReferenceDocument.Factory.parse(XMLStreamReader sr) |
static PolicyReferenceDocument |
PolicyReferenceDocument.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
PolicyReferenceDocumentImpl
A document containing one PolicyReference(@http://schemas.xmlsoap.org/ws/2004/09/policy) element.
|
Copyright © 2019. All Rights Reserved.