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

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

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

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

Methods in org.apache.ws.scout.uddi that return BusinessEntity
 BusinessEntity BusinessDetail.addNewBusinessEntity()
          Appends and returns a new empty value (as xml) as the last "businessEntity" element
 BusinessEntity ValidateValues.addNewBusinessEntity()
          Appends and returns a new empty value (as xml) as the last "businessEntity" element
 BusinessEntity BusinessEntityDocument.addNewBusinessEntity()
          Appends and returns a new empty "businessEntity" element
 BusinessEntity BusinessEntityExt.addNewBusinessEntity()
          Appends and returns a new empty "businessEntity" element
 BusinessEntity SaveBusiness.addNewBusinessEntity()
          Appends and returns a new empty value (as xml) as the last "businessEntity" element
 BusinessEntity BusinessEntityDocument.getBusinessEntity()
          Gets the "businessEntity" element
 BusinessEntity BusinessEntityExt.getBusinessEntity()
          Gets the "businessEntity" element
 BusinessEntity[] BusinessDetail.getBusinessEntityArray()
          Gets array of all "businessEntity" elements
 BusinessEntity[] ValidateValues.getBusinessEntityArray()
          Gets array of all "businessEntity" elements
 BusinessEntity[] SaveBusiness.getBusinessEntityArray()
          Gets array of all "businessEntity" elements
 BusinessEntity BusinessDetail.getBusinessEntityArray(int i)
          Gets ith "businessEntity" element
 BusinessEntity ValidateValues.getBusinessEntityArray(int i)
          Gets ith "businessEntity" element
 BusinessEntity SaveBusiness.getBusinessEntityArray(int i)
          Gets ith "businessEntity" element
 BusinessEntity BusinessDetail.insertNewBusinessEntity(int i)
          Inserts and returns a new empty value (as xml) as the ith "businessEntity" element
 BusinessEntity ValidateValues.insertNewBusinessEntity(int i)
          Inserts and returns a new empty value (as xml) as the ith "businessEntity" element
 BusinessEntity SaveBusiness.insertNewBusinessEntity(int i)
          Inserts and returns a new empty value (as xml) as the ith "businessEntity" element
static BusinessEntity BusinessEntity.Factory.newInstance()
           
static BusinessEntity BusinessEntity.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static BusinessEntity BusinessEntity.Factory.parse(File file)
           
static BusinessEntity BusinessEntity.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static BusinessEntity BusinessEntity.Factory.parse(InputStream is)
           
static BusinessEntity BusinessEntity.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static BusinessEntity BusinessEntity.Factory.parse(Node node)
           
static BusinessEntity BusinessEntity.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static BusinessEntity BusinessEntity.Factory.parse(Reader r)
           
static BusinessEntity BusinessEntity.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static BusinessEntity BusinessEntity.Factory.parse(String xmlAsString)
           
static BusinessEntity BusinessEntity.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static BusinessEntity BusinessEntity.Factory.parse(URL u)
           
static BusinessEntity BusinessEntity.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static BusinessEntity BusinessEntity.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static BusinessEntity BusinessEntity.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static BusinessEntity BusinessEntity.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static BusinessEntity BusinessEntity.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.ws.scout.uddi with parameters of type BusinessEntity
 void BusinessEntityDocument.setBusinessEntity(BusinessEntity businessEntity)
          Sets the "businessEntity" element
 void BusinessEntityExt.setBusinessEntity(BusinessEntity businessEntity)
          Sets the "businessEntity" element
 void BusinessDetail.setBusinessEntityArray(BusinessEntity[] businessEntityArray)
          Sets array of all "businessEntity" element
 void ValidateValues.setBusinessEntityArray(BusinessEntity[] businessEntityArray)
          Sets array of all "businessEntity" element
 void SaveBusiness.setBusinessEntityArray(BusinessEntity[] businessEntityArray)
          Sets array of all "businessEntity" element
 void BusinessDetail.setBusinessEntityArray(int i, BusinessEntity businessEntity)
          Sets ith "businessEntity" element
 void ValidateValues.setBusinessEntityArray(int i, BusinessEntity businessEntity)
          Sets ith "businessEntity" element
 void SaveBusiness.setBusinessEntityArray(int i, BusinessEntity businessEntity)
          Sets ith "businessEntity" element
 

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

Classes in org.apache.ws.scout.uddi.impl that implement BusinessEntity
 class BusinessEntityImpl
          An XML businessEntity(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return BusinessEntity
 BusinessEntity BusinessEntityDocumentImpl.addNewBusinessEntity()
          Appends and returns a new empty "businessEntity" element
 BusinessEntity BusinessEntityExtImpl.addNewBusinessEntity()
          Appends and returns a new empty "businessEntity" element
 BusinessEntity ValidateValuesImpl.addNewBusinessEntity()
          Appends and returns a new empty value (as xml) as the last "businessEntity" element
 BusinessEntity BusinessDetailImpl.addNewBusinessEntity()
          Appends and returns a new empty value (as xml) as the last "businessEntity" element
 BusinessEntity SaveBusinessImpl.addNewBusinessEntity()
          Appends and returns a new empty value (as xml) as the last "businessEntity" element
 BusinessEntity BusinessEntityDocumentImpl.getBusinessEntity()
          Gets the "businessEntity" element
 BusinessEntity BusinessEntityExtImpl.getBusinessEntity()
          Gets the "businessEntity" element
 BusinessEntity[] ValidateValuesImpl.getBusinessEntityArray()
          Gets array of all "businessEntity" elements
 BusinessEntity[] BusinessDetailImpl.getBusinessEntityArray()
          Gets array of all "businessEntity" elements
 BusinessEntity[] SaveBusinessImpl.getBusinessEntityArray()
          Gets array of all "businessEntity" elements
 BusinessEntity ValidateValuesImpl.getBusinessEntityArray(int i)
          Gets ith "businessEntity" element
 BusinessEntity BusinessDetailImpl.getBusinessEntityArray(int i)
          Gets ith "businessEntity" element
 BusinessEntity SaveBusinessImpl.getBusinessEntityArray(int i)
          Gets ith "businessEntity" element
 BusinessEntity ValidateValuesImpl.insertNewBusinessEntity(int i)
          Inserts and returns a new empty value (as xml) as the ith "businessEntity" element
 BusinessEntity BusinessDetailImpl.insertNewBusinessEntity(int i)
          Inserts and returns a new empty value (as xml) as the ith "businessEntity" element
 BusinessEntity SaveBusinessImpl.insertNewBusinessEntity(int i)
          Inserts and returns a new empty value (as xml) as the ith "businessEntity" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type BusinessEntity
 void BusinessEntityDocumentImpl.setBusinessEntity(BusinessEntity businessEntity)
          Sets the "businessEntity" element
 void BusinessEntityExtImpl.setBusinessEntity(BusinessEntity businessEntity)
          Sets the "businessEntity" element
 void ValidateValuesImpl.setBusinessEntityArray(BusinessEntity[] businessEntityArray)
          Sets array of all "businessEntity" element
 void BusinessDetailImpl.setBusinessEntityArray(BusinessEntity[] businessEntityArray)
          Sets array of all "businessEntity" element
 void SaveBusinessImpl.setBusinessEntityArray(BusinessEntity[] businessEntityArray)
          Sets array of all "businessEntity" element
 void ValidateValuesImpl.setBusinessEntityArray(int i, BusinessEntity businessEntity)
          Sets ith "businessEntity" element
 void BusinessDetailImpl.setBusinessEntityArray(int i, BusinessEntity businessEntity)
          Sets ith "businessEntity" element
 void SaveBusinessImpl.setBusinessEntityArray(int i, BusinessEntity businessEntity)
          Sets ith "businessEntity" element
 

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

Methods in org.apache.ws.scout.util that return BusinessEntity
static BusinessEntity ScoutJaxrUddiHelper.getBusinessEntityFromJAXROrg(Organization org)
           
 

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



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