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

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

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

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

Methods in org.apache.ws.scout.uddi with parameters of type GetAssertionStatusReport
 void GetAssertionStatusReportDocument.setGetAssertionStatusReport(GetAssertionStatusReport getAssertionStatusReport)
          Sets the "get_assertionStatusReport" element
 

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

Classes in org.apache.ws.scout.uddi.impl that implement GetAssertionStatusReport
 class GetAssertionStatusReportImpl
          An XML get_assertionStatusReport(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return GetAssertionStatusReport
 GetAssertionStatusReport GetAssertionStatusReportDocumentImpl.addNewGetAssertionStatusReport()
          Appends and returns a new empty "get_assertionStatusReport" element
 GetAssertionStatusReport GetAssertionStatusReportDocumentImpl.getGetAssertionStatusReport()
          Gets the "get_assertionStatusReport" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type GetAssertionStatusReport
 void GetAssertionStatusReportDocumentImpl.setGetAssertionStatusReport(GetAssertionStatusReport getAssertionStatusReport)
          Sets the "get_assertionStatusReport" element
 



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