Uses of Interface
org.xmlsoap.schemas.soap.envelope.ActorAttribute

Packages that use ActorAttribute
org.xmlsoap.schemas.soap.envelope   
org.xmlsoap.schemas.soap.envelope.impl   
 

Uses of ActorAttribute in org.xmlsoap.schemas.soap.envelope
 

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

Uses of ActorAttribute in org.xmlsoap.schemas.soap.envelope.impl
 

Classes in org.xmlsoap.schemas.soap.envelope.impl that implement ActorAttribute
 class ActorAttributeImpl
          A document containing one actor(@http://schemas.xmlsoap.org/soap/envelope/) attribute.
 



Copyright © 2009. All Rights Reserved.