Uses of Interface
org.xmlsoap.schemas.soap.encoding.Token

Packages that use Token
org.xmlsoap.schemas.soap.encoding   
org.xmlsoap.schemas.soap.encoding.impl   
 

Uses of Token in org.xmlsoap.schemas.soap.encoding
 

Methods in org.xmlsoap.schemas.soap.encoding that return Token
 Token TokenDocument.addNewToken()
          Appends and returns a new empty "token" element
 Token TokenDocument.getToken()
          Gets the "token" element
static Token Token.Factory.newInstance()
           
static Token Token.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static Token Token.Factory.parse(java.io.File file)
           
static Token Token.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static Token Token.Factory.parse(java.io.InputStream is)
           
static Token Token.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static Token Token.Factory.parse(org.w3c.dom.Node node)
           
static Token Token.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static Token Token.Factory.parse(java.io.Reader r)
           
static Token Token.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static Token Token.Factory.parse(java.lang.String xmlAsString)
           
static Token Token.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static Token Token.Factory.parse(java.net.URL u)
           
static Token Token.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static Token Token.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static Token Token.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static Token Token.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static Token Token.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type Token
 void TokenDocument.setToken(Token token)
          Sets the "token" element
 

Uses of Token in org.xmlsoap.schemas.soap.encoding.impl
 

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement Token
 class TokenImpl
          An XML token(@http://schemas.xmlsoap.org/soap/encoding/).
 

Methods in org.xmlsoap.schemas.soap.encoding.impl that return Token
 Token TokenDocumentImpl.addNewToken()
          Appends and returns a new empty "token" element
 Token TokenDocumentImpl.getToken()
          Gets the "token" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type Token
 void TokenDocumentImpl.setToken(Token token)
          Sets the "token" element
 



Copyright © 2006 null. All Rights Reserved.