Uses of Interface
org.xmlsoap.schemas.ws.x2004.x09.policy.PolicyDocument

Packages that use PolicyDocument
org.xmlsoap.schemas.ws.x2004.x09.policy   
org.xmlsoap.schemas.ws.x2004.x09.policy.impl   
 

Uses of PolicyDocument in org.xmlsoap.schemas.ws.x2004.x09.policy
 

Methods in org.xmlsoap.schemas.ws.x2004.x09.policy that return PolicyDocument
static PolicyDocument PolicyDocument.Factory.newInstance()
           
static PolicyDocument PolicyDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static PolicyDocument PolicyDocument.Factory.parse(java.io.File file)
           
static PolicyDocument PolicyDocument.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static PolicyDocument PolicyDocument.Factory.parse(java.io.InputStream is)
           
static PolicyDocument PolicyDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static PolicyDocument PolicyDocument.Factory.parse(org.w3c.dom.Node node)
           
static PolicyDocument PolicyDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static PolicyDocument PolicyDocument.Factory.parse(java.io.Reader r)
           
static PolicyDocument PolicyDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static PolicyDocument PolicyDocument.Factory.parse(java.lang.String xmlAsString)
           
static PolicyDocument PolicyDocument.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static PolicyDocument PolicyDocument.Factory.parse(java.net.URL u)
           
static PolicyDocument PolicyDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static PolicyDocument PolicyDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static PolicyDocument PolicyDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static PolicyDocument PolicyDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static PolicyDocument PolicyDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of PolicyDocument in org.xmlsoap.schemas.ws.x2004.x09.policy.impl
 

Classes in org.xmlsoap.schemas.ws.x2004.x09.policy.impl that implement PolicyDocument
 class PolicyDocumentImpl
          A document containing one Policy(@http://schemas.xmlsoap.org/ws/2004/09/policy) element.
 



Copyright © 2009. All Rights Reserved.