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

Packages that use BusinessDetail
org.apache.ws.scout.registry   
org.apache.ws.scout.uddi   
org.apache.ws.scout.uddi.impl   
org.apache.ws.scout.util   
 

Uses of BusinessDetail in org.apache.ws.scout.registry
 

Methods in org.apache.ws.scout.registry that return BusinessDetail
 BusinessDetail IRegistry.getBusinessDetail(String businessKey)
          "Used to get the full businessEntity information for one or more businesses.
 BusinessDetail RegistryImpl.getBusinessDetail(String businessKey)
          Used to get the full businessEntity information for a particular business entity.
 BusinessDetail IRegistry.getBusinessDetail(String[] businessKeyVector)
          "Used to get the full businessEntity information for one or more businesses.
 BusinessDetail RegistryImpl.getBusinessDetail(String[] businessKeyArray)
          "Used to get the full businessEntity information for one or more businesses.
 BusinessDetail IRegistry.saveBusiness(String authInfo, BusinessEntity[] businessArray)
          "Used to register new businessEntity information or update existing businessEntity information.
 BusinessDetail RegistryImpl.saveBusiness(String authInfo, BusinessEntity[] businessArray)
          "Used to register new businessEntity information or update existing businessEntity information.
 

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

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

Methods in org.apache.ws.scout.uddi with parameters of type BusinessDetail
 void BusinessDetailDocument.setBusinessDetail(BusinessDetail businessDetail)
          Sets the "businessDetail" element
 

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

Classes in org.apache.ws.scout.uddi.impl that implement BusinessDetail
 class BusinessDetailImpl
          An XML businessDetail(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return BusinessDetail
 BusinessDetail BusinessDetailDocumentImpl.addNewBusinessDetail()
          Appends and returns a new empty "businessDetail" element
 BusinessDetail BusinessDetailDocumentImpl.getBusinessDetail()
          Gets the "businessDetail" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type BusinessDetail
 void BusinessDetailDocumentImpl.setBusinessDetail(BusinessDetail businessDetail)
          Sets the "businessDetail" element
 

Uses of BusinessDetail in org.apache.ws.scout.util
 

Methods in org.apache.ws.scout.util with parameters of type BusinessDetail
static Organization ScoutUddiJaxrHelper.getOrganization(BusinessDetail bizdetail, LifeCycleManager lcm)
           
 



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