Uses of Class
org.apache.ws.scout.model.uddi.v2.BusinessDetail

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

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

Methods in org.apache.ws.scout.model.uddi.v2 that return BusinessDetail
 BusinessDetail ObjectFactory.createBusinessDetail()
          Create an instance of BusinessDetail
 

Methods in org.apache.ws.scout.model.uddi.v2 that return types with arguments of type BusinessDetail
 javax.xml.bind.JAXBElement<BusinessDetail> ObjectFactory.createBusinessDetail(BusinessDetail value)
          Create an instance of JAXBElement<BusinessDetail>}
 

Methods in org.apache.ws.scout.model.uddi.v2 with parameters of type BusinessDetail
 javax.xml.bind.JAXBElement<BusinessDetail> ObjectFactory.createBusinessDetail(BusinessDetail value)
          Create an instance of JAXBElement<BusinessDetail>}
 

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

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

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

Methods in org.apache.ws.scout.util with parameters of type BusinessDetail
static javax.xml.registry.infomodel.Organization ScoutUddiJaxrHelper.getOrganization(BusinessDetail bizdetail, javax.xml.registry.LifeCycleManager lifeCycleManager)
           
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.