Uses of Class
org.uddi.api_v3.BusinessDetail

Packages that use BusinessDetail
org.uddi.api_v3   
org.uddi.sub_v3   
org.uddi.v3_service WSDL service definition for UDDI 3.0.2 specification 
 

Uses of BusinessDetail in org.uddi.api_v3
 

Methods in org.uddi.api_v3 that return BusinessDetail
 BusinessDetail ObjectFactory.createBusinessDetail()
          Create an instance of BusinessDetail
 

Methods in org.uddi.api_v3 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.uddi.api_v3 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.uddi.sub_v3
 

Fields in org.uddi.sub_v3 declared as BusinessDetail
protected  BusinessDetail SubscriptionResultsList.businessDetail
           
 

Methods in org.uddi.sub_v3 that return BusinessDetail
 BusinessDetail SubscriptionResultsList.getBusinessDetail()
          Gets the value of the businessDetail property.
 

Methods in org.uddi.sub_v3 with parameters of type BusinessDetail
 void SubscriptionResultsList.setBusinessDetail(BusinessDetail value)
          Sets the value of the businessDetail property.
 

Uses of BusinessDetail in org.uddi.v3_service
 

Methods in org.uddi.v3_service that return BusinessDetail
 BusinessDetail UDDIInquiryPortType.getBusinessDetail(GetBusinessDetail body)
          The get_businessDetail API call returns the businessEntity structure corresponding to each of the businessKey values specified.
 BusinessDetail UDDIPublicationPortType.saveBusiness(SaveBusiness body)
          

The save_business API call is used to save or update information about a complete businessEntity structure.  This API has the broadest scope of all of the save_xx API calls, and can be used to make sweeping changes to the published information for one or more businessEntity elements controlled by an individual.

 



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