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

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

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

Methods in org.apache.ws.scout.uddi that return GetServiceDetailDocument
static GetServiceDetailDocument GetServiceDetailDocument.Factory.newInstance()
           
static GetServiceDetailDocument GetServiceDetailDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GetServiceDetailDocument GetServiceDetailDocument.Factory.parse(File file)
           
static GetServiceDetailDocument GetServiceDetailDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GetServiceDetailDocument GetServiceDetailDocument.Factory.parse(InputStream is)
           
static GetServiceDetailDocument GetServiceDetailDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GetServiceDetailDocument GetServiceDetailDocument.Factory.parse(Node node)
           
static GetServiceDetailDocument GetServiceDetailDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GetServiceDetailDocument GetServiceDetailDocument.Factory.parse(Reader r)
           
static GetServiceDetailDocument GetServiceDetailDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GetServiceDetailDocument GetServiceDetailDocument.Factory.parse(String xmlAsString)
           
static GetServiceDetailDocument GetServiceDetailDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GetServiceDetailDocument GetServiceDetailDocument.Factory.parse(URL u)
           
static GetServiceDetailDocument GetServiceDetailDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GetServiceDetailDocument GetServiceDetailDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GetServiceDetailDocument GetServiceDetailDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GetServiceDetailDocument GetServiceDetailDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static GetServiceDetailDocument GetServiceDetailDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

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

Classes in org.apache.ws.scout.uddi.impl that implement GetServiceDetailDocument
 class GetServiceDetailDocumentImpl
          A document containing one get_serviceDetail(@urn:uddi-org:api_v2) element.
 



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