Uses of Interface
org.xmlsoap.schemas.soap.envelope.ActorAttribute
-
Packages that use ActorAttribute Package Description 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 Modifier and Type Method Description static ActorAttributeActorAttribute.Factory. newInstance()static ActorAttributeActorAttribute.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ActorAttributeActorAttribute.Factory. parse(File file)static ActorAttributeActorAttribute.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ActorAttributeActorAttribute.Factory. parse(InputStream is)static ActorAttributeActorAttribute.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ActorAttributeActorAttribute.Factory. parse(Reader r)static ActorAttributeActorAttribute.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ActorAttributeActorAttribute.Factory. parse(String xmlAsString)static ActorAttributeActorAttribute.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ActorAttributeActorAttribute.Factory. parse(URL u)static ActorAttributeActorAttribute.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ActorAttributeActorAttribute.Factory. parse(XMLStreamReader sr)static ActorAttributeActorAttribute.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ActorAttributeActorAttribute.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ActorAttributeActorAttribute.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ActorAttributeActorAttribute.Factory. parse(Node node)static ActorAttributeActorAttribute.Factory. parse(Node node, 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 Modifier and Type Class Description classActorAttributeImplA document containing one actor(@http://schemas.xmlsoap.org/soap/envelope/) attribute.
-