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

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

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

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

Methods in org.apache.ws.scout.uddi with parameters of type FindService
 void FindServiceDocument.setFindService(FindService findService)
          Sets the "find_service" element
 

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

Classes in org.apache.ws.scout.uddi.impl that implement FindService
 class FindServiceImpl
          An XML find_service(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return FindService
 FindService FindServiceDocumentImpl.addNewFindService()
          Appends and returns a new empty "find_service" element
 FindService FindServiceDocumentImpl.getFindService()
          Gets the "find_service" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type FindService
 void FindServiceDocumentImpl.setFindService(FindService findService)
          Sets the "find_service" element
 



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