Uses of Interface
org.apache.ws.scout.uddi.ErrInfo

Packages that use ErrInfo
org.apache.ws.scout.uddi   
org.apache.ws.scout.uddi.impl   
 

Uses of ErrInfo in org.apache.ws.scout.uddi
 

Methods in org.apache.ws.scout.uddi that return ErrInfo
 ErrInfo ErrInfoDocument.addNewErrInfo()
          Appends and returns a new empty "errInfo" element
 ErrInfo Result.addNewErrInfo()
          Appends and returns a new empty "errInfo" element
 ErrInfo ErrInfoDocument.getErrInfo()
          Gets the "errInfo" element
 ErrInfo Result.getErrInfo()
          Gets the "errInfo" element
static ErrInfo ErrInfo.Factory.newInstance()
           
static ErrInfo ErrInfo.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ErrInfo ErrInfo.Factory.parse(File file)
           
static ErrInfo ErrInfo.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ErrInfo ErrInfo.Factory.parse(InputStream is)
           
static ErrInfo ErrInfo.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ErrInfo ErrInfo.Factory.parse(Node node)
           
static ErrInfo ErrInfo.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ErrInfo ErrInfo.Factory.parse(Reader r)
           
static ErrInfo ErrInfo.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ErrInfo ErrInfo.Factory.parse(String xmlAsString)
           
static ErrInfo ErrInfo.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ErrInfo ErrInfo.Factory.parse(URL u)
           
static ErrInfo ErrInfo.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ErrInfo ErrInfo.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ErrInfo ErrInfo.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ErrInfo ErrInfo.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static ErrInfo ErrInfo.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.ws.scout.uddi with parameters of type ErrInfo
 void ErrInfoDocument.setErrInfo(ErrInfo errInfo)
          Sets the "errInfo" element
 void Result.setErrInfo(ErrInfo errInfo)
          Sets the "errInfo" element
 

Uses of ErrInfo in org.apache.ws.scout.uddi.impl
 

Classes in org.apache.ws.scout.uddi.impl that implement ErrInfo
 class ErrInfoImpl
          An XML errInfo(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return ErrInfo
 ErrInfo ErrInfoDocumentImpl.addNewErrInfo()
          Appends and returns a new empty "errInfo" element
 ErrInfo ResultImpl.addNewErrInfo()
          Appends and returns a new empty "errInfo" element
 ErrInfo ErrInfoDocumentImpl.getErrInfo()
          Gets the "errInfo" element
 ErrInfo ResultImpl.getErrInfo()
          Gets the "errInfo" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type ErrInfo
 void ErrInfoDocumentImpl.setErrInfo(ErrInfo errInfo)
          Sets the "errInfo" element
 void ResultImpl.setErrInfo(ErrInfo errInfo)
          Sets the "errInfo" element
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.