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

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

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

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

Methods in org.apache.ws.scout.uddi with parameters of type GetServiceDetail
 void GetServiceDetailDocument.setGetServiceDetail(GetServiceDetail getServiceDetail)
          Sets the "get_serviceDetail" element
 

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

Classes in org.apache.ws.scout.uddi.impl that implement GetServiceDetail
 class GetServiceDetailImpl
          An XML get_serviceDetail(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return GetServiceDetail
 GetServiceDetail GetServiceDetailDocumentImpl.addNewGetServiceDetail()
          Appends and returns a new empty "get_serviceDetail" element
 GetServiceDetail GetServiceDetailDocumentImpl.getGetServiceDetail()
          Gets the "get_serviceDetail" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type GetServiceDetail
 void GetServiceDetailDocumentImpl.setGetServiceDetail(GetServiceDetail getServiceDetail)
          Sets the "get_serviceDetail" element
 



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