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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type Base64Binary
 void Base64BinaryDocument.setBase64Binary(Base64Binary base64Binary)
          Sets the "base64Binary" element
 

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

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement Base64Binary
 class Base64BinaryImpl
          An XML base64Binary(@http://schemas.xmlsoap.org/soap/encoding/).
 

Methods in org.xmlsoap.schemas.soap.encoding.impl that return Base64Binary
 Base64Binary Base64BinaryDocumentImpl.addNewBase64Binary()
          Appends and returns a new empty "base64Binary" element
 Base64Binary Base64BinaryDocumentImpl.getBase64Binary()
          Gets the "base64Binary" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type Base64Binary
 void Base64BinaryDocumentImpl.setBase64Binary(Base64Binary base64Binary)
          Sets the "base64Binary" element
 



Copyright © 2006 null. All Rights Reserved.