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

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

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

Fields in org.apache.ws.scout.model.uddi.v2 declared as BusinessEntity
protected  BusinessEntity BusinessEntityExt.businessEntity
           
 

Fields in org.apache.ws.scout.model.uddi.v2 with type parameters of type BusinessEntity
protected  java.util.List<BusinessEntity> ValidateValues.businessEntity
           
protected  java.util.List<BusinessEntity> SaveBusiness.businessEntity
           
protected  java.util.List<BusinessEntity> BusinessDetail.businessEntity
           
 

Methods in org.apache.ws.scout.model.uddi.v2 that return BusinessEntity
 BusinessEntity ObjectFactory.createBusinessEntity()
          Create an instance of BusinessEntity
 BusinessEntity BusinessEntityExt.getBusinessEntity()
          Gets the value of the businessEntity property.
 

Methods in org.apache.ws.scout.model.uddi.v2 that return types with arguments of type BusinessEntity
 javax.xml.bind.JAXBElement<BusinessEntity> ObjectFactory.createBusinessEntity(BusinessEntity value)
          Create an instance of JAXBElement<BusinessEntity>}
 java.util.List<BusinessEntity> ValidateValues.getBusinessEntity()
          Gets the value of the businessEntity property.
 java.util.List<BusinessEntity> SaveBusiness.getBusinessEntity()
          Gets the value of the businessEntity property.
 java.util.List<BusinessEntity> BusinessDetail.getBusinessEntity()
          Gets the value of the businessEntity property.
 

Methods in org.apache.ws.scout.model.uddi.v2 with parameters of type BusinessEntity
 javax.xml.bind.JAXBElement<BusinessEntity> ObjectFactory.createBusinessEntity(BusinessEntity value)
          Create an instance of JAXBElement<BusinessEntity>}
 void BusinessEntityExt.setBusinessEntity(BusinessEntity value)
          Sets the value of the businessEntity property.
 

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

Methods in org.apache.ws.scout.registry with parameters of type BusinessEntity
 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 BusinessEntity in org.apache.ws.scout.util
 

Methods in org.apache.ws.scout.util that return BusinessEntity
static BusinessEntity ScoutJaxrUddiHelper.getBusinessEntityFromJAXROrg(javax.xml.registry.infomodel.Organization organization)
           
 

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



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