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

Packages that use BusinessKey
org.apache.ws.scout.uddi   
org.apache.ws.scout.uddi.impl   
 

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

Methods in org.apache.ws.scout.uddi that return BusinessKey
 BusinessKey GetBusinessDetail.addNewBusinessKey()
          Appends and returns a new empty value (as xml) as the last "businessKey" element
 BusinessKey DeleteBusiness.addNewBusinessKey()
          Appends and returns a new empty value (as xml) as the last "businessKey" element
 BusinessKey GetBusinessDetailExt.addNewBusinessKey()
          Appends and returns a new empty value (as xml) as the last "businessKey" element
 BusinessKey GetBusinessDetail.insertNewBusinessKey(int i)
          Inserts and returns a new empty value (as xml) as the ith "businessKey" element
 BusinessKey DeleteBusiness.insertNewBusinessKey(int i)
          Inserts and returns a new empty value (as xml) as the ith "businessKey" element
 BusinessKey GetBusinessDetailExt.insertNewBusinessKey(int i)
          Inserts and returns a new empty value (as xml) as the ith "businessKey" element
static BusinessKey BusinessKey.Factory.newInstance()
           
static BusinessKey BusinessKey.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static BusinessKey BusinessKey.Factory.newValue(Object obj)
           
static BusinessKey BusinessKey.Factory.parse(File file)
           
static BusinessKey BusinessKey.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static BusinessKey BusinessKey.Factory.parse(InputStream is)
           
static BusinessKey BusinessKey.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static BusinessKey BusinessKey.Factory.parse(Node node)
           
static BusinessKey BusinessKey.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static BusinessKey BusinessKey.Factory.parse(Reader r)
           
static BusinessKey BusinessKey.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static BusinessKey BusinessKey.Factory.parse(String xmlAsString)
           
static BusinessKey BusinessKey.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static BusinessKey BusinessKey.Factory.parse(URL u)
           
static BusinessKey BusinessKey.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static BusinessKey BusinessKey.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static BusinessKey BusinessKey.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static BusinessKey BusinessKey.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static BusinessKey BusinessKey.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 BusinessKey ServiceInfo.xgetBusinessKey()
          Gets (as xml) the "businessKey" attribute
 BusinessKey BusinessKeyDocument.xgetBusinessKey()
          Gets (as xml) the "businessKey" element
 BusinessKey FindRelatedBusinesses.xgetBusinessKey()
          Gets (as xml) the "businessKey" element
 BusinessKey RelatedBusinessesList.xgetBusinessKey()
          Gets (as xml) the "businessKey" element
 BusinessKey RelatedBusinessInfo.xgetBusinessKey()
          Gets (as xml) the "businessKey" element
 BusinessKey BusinessService.xgetBusinessKey()
          Gets (as xml) the "businessKey" attribute
 BusinessKey BusinessEntity.xgetBusinessKey()
          Gets (as xml) the "businessKey" attribute
 BusinessKey FindService.xgetBusinessKey()
          Gets (as xml) the "businessKey" attribute
 BusinessKey BusinessInfo.xgetBusinessKey()
          Gets (as xml) the "businessKey" attribute
 BusinessKey[] GetBusinessDetail.xgetBusinessKeyArray()
          Gets (as xml) array of all "businessKey" elements
 BusinessKey[] DeleteBusiness.xgetBusinessKeyArray()
          Gets (as xml) array of all "businessKey" elements
 BusinessKey[] GetBusinessDetailExt.xgetBusinessKeyArray()
          Gets (as xml) array of all "businessKey" elements
 BusinessKey GetBusinessDetail.xgetBusinessKeyArray(int i)
          Gets (as xml) ith "businessKey" element
 BusinessKey DeleteBusiness.xgetBusinessKeyArray(int i)
          Gets (as xml) ith "businessKey" element
 BusinessKey GetBusinessDetailExt.xgetBusinessKeyArray(int i)
          Gets (as xml) ith "businessKey" element
 BusinessKey FromKeyDocument.xgetFromKey()
          Gets (as xml) the "fromKey" element
 BusinessKey AssertionStatusItem.xgetFromKey()
          Gets (as xml) the "fromKey" element
 BusinessKey PublisherAssertion.xgetFromKey()
          Gets (as xml) the "fromKey" element
 BusinessKey KeysOwned.xgetFromKey()
          Gets (as xml) the "fromKey" element
 BusinessKey ToKeyDocument.xgetToKey()
          Gets (as xml) the "toKey" element
 BusinessKey AssertionStatusItem.xgetToKey()
          Gets (as xml) the "toKey" element
 BusinessKey PublisherAssertion.xgetToKey()
          Gets (as xml) the "toKey" element
 BusinessKey KeysOwned.xgetToKey()
          Gets (as xml) the "toKey" element
 

Methods in org.apache.ws.scout.uddi with parameters of type BusinessKey
 void ServiceInfo.xsetBusinessKey(BusinessKey businessKey)
          Sets (as xml) the "businessKey" attribute
 void BusinessKeyDocument.xsetBusinessKey(BusinessKey businessKey)
          Sets (as xml) the "businessKey" element
 void FindRelatedBusinesses.xsetBusinessKey(BusinessKey businessKey)
          Sets (as xml) the "businessKey" element
 void RelatedBusinessesList.xsetBusinessKey(BusinessKey businessKey)
          Sets (as xml) the "businessKey" element
 void RelatedBusinessInfo.xsetBusinessKey(BusinessKey businessKey)
          Sets (as xml) the "businessKey" element
 void BusinessService.xsetBusinessKey(BusinessKey businessKey)
          Sets (as xml) the "businessKey" attribute
 void BusinessEntity.xsetBusinessKey(BusinessKey businessKey)
          Sets (as xml) the "businessKey" attribute
 void FindService.xsetBusinessKey(BusinessKey businessKey)
          Sets (as xml) the "businessKey" attribute
 void BusinessInfo.xsetBusinessKey(BusinessKey businessKey)
          Sets (as xml) the "businessKey" attribute
 void GetBusinessDetail.xsetBusinessKeyArray(BusinessKey[] businessKeyArray)
          Sets (as xml) array of all "businessKey" element
 void DeleteBusiness.xsetBusinessKeyArray(BusinessKey[] businessKeyArray)
          Sets (as xml) array of all "businessKey" element
 void GetBusinessDetailExt.xsetBusinessKeyArray(BusinessKey[] businessKeyArray)
          Sets (as xml) array of all "businessKey" element
 void GetBusinessDetail.xsetBusinessKeyArray(int i, BusinessKey businessKey)
          Sets (as xml) ith "businessKey" element
 void DeleteBusiness.xsetBusinessKeyArray(int i, BusinessKey businessKey)
          Sets (as xml) ith "businessKey" element
 void GetBusinessDetailExt.xsetBusinessKeyArray(int i, BusinessKey businessKey)
          Sets (as xml) ith "businessKey" element
 void FromKeyDocument.xsetFromKey(BusinessKey fromKey)
          Sets (as xml) the "fromKey" element
 void AssertionStatusItem.xsetFromKey(BusinessKey fromKey)
          Sets (as xml) the "fromKey" element
 void PublisherAssertion.xsetFromKey(BusinessKey fromKey)
          Sets (as xml) the "fromKey" element
 void KeysOwned.xsetFromKey(BusinessKey fromKey)
          Sets (as xml) the "fromKey" element
 void ToKeyDocument.xsetToKey(BusinessKey toKey)
          Sets (as xml) the "toKey" element
 void AssertionStatusItem.xsetToKey(BusinessKey toKey)
          Sets (as xml) the "toKey" element
 void PublisherAssertion.xsetToKey(BusinessKey toKey)
          Sets (as xml) the "toKey" element
 void KeysOwned.xsetToKey(BusinessKey toKey)
          Sets (as xml) the "toKey" element
 

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

Classes in org.apache.ws.scout.uddi.impl that implement BusinessKey
 class BusinessKeyImpl
          An XML businessKey(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return BusinessKey
 BusinessKey DeleteBusinessImpl.addNewBusinessKey()
          Appends and returns a new empty value (as xml) as the last "businessKey" element
 BusinessKey GetBusinessDetailImpl.addNewBusinessKey()
          Appends and returns a new empty value (as xml) as the last "businessKey" element
 BusinessKey GetBusinessDetailExtImpl.addNewBusinessKey()
          Appends and returns a new empty value (as xml) as the last "businessKey" element
 BusinessKey DeleteBusinessImpl.insertNewBusinessKey(int i)
          Inserts and returns a new empty value (as xml) as the ith "businessKey" element
 BusinessKey GetBusinessDetailImpl.insertNewBusinessKey(int i)
          Inserts and returns a new empty value (as xml) as the ith "businessKey" element
 BusinessKey GetBusinessDetailExtImpl.insertNewBusinessKey(int i)
          Inserts and returns a new empty value (as xml) as the ith "businessKey" element
 BusinessKey ServiceInfoImpl.xgetBusinessKey()
          Gets (as xml) the "businessKey" attribute
 BusinessKey RelatedBusinessesListImpl.xgetBusinessKey()
          Gets (as xml) the "businessKey" element
 BusinessKey BusinessInfoImpl.xgetBusinessKey()
          Gets (as xml) the "businessKey" attribute
 BusinessKey FindServiceImpl.xgetBusinessKey()
          Gets (as xml) the "businessKey" attribute
 BusinessKey BusinessEntityImpl.xgetBusinessKey()
          Gets (as xml) the "businessKey" attribute
 BusinessKey RelatedBusinessInfoImpl.xgetBusinessKey()
          Gets (as xml) the "businessKey" element
 BusinessKey BusinessServiceImpl.xgetBusinessKey()
          Gets (as xml) the "businessKey" attribute
 BusinessKey BusinessKeyDocumentImpl.xgetBusinessKey()
          Gets (as xml) the "businessKey" element
 BusinessKey FindRelatedBusinessesImpl.xgetBusinessKey()
          Gets (as xml) the "businessKey" element
 BusinessKey[] DeleteBusinessImpl.xgetBusinessKeyArray()
          Gets (as xml) array of all "businessKey" elements
 BusinessKey[] GetBusinessDetailImpl.xgetBusinessKeyArray()
          Gets (as xml) array of all "businessKey" elements
 BusinessKey[] GetBusinessDetailExtImpl.xgetBusinessKeyArray()
          Gets (as xml) array of all "businessKey" elements
 BusinessKey DeleteBusinessImpl.xgetBusinessKeyArray(int i)
          Gets (as xml) ith "businessKey" element
 BusinessKey GetBusinessDetailImpl.xgetBusinessKeyArray(int i)
          Gets (as xml) ith "businessKey" element
 BusinessKey GetBusinessDetailExtImpl.xgetBusinessKeyArray(int i)
          Gets (as xml) ith "businessKey" element
 BusinessKey KeysOwnedImpl.xgetFromKey()
          Gets (as xml) the "fromKey" element
 BusinessKey FromKeyDocumentImpl.xgetFromKey()
          Gets (as xml) the "fromKey" element
 BusinessKey PublisherAssertionImpl.xgetFromKey()
          Gets (as xml) the "fromKey" element
 BusinessKey AssertionStatusItemImpl.xgetFromKey()
          Gets (as xml) the "fromKey" element
 BusinessKey KeysOwnedImpl.xgetToKey()
          Gets (as xml) the "toKey" element
 BusinessKey ToKeyDocumentImpl.xgetToKey()
          Gets (as xml) the "toKey" element
 BusinessKey PublisherAssertionImpl.xgetToKey()
          Gets (as xml) the "toKey" element
 BusinessKey AssertionStatusItemImpl.xgetToKey()
          Gets (as xml) the "toKey" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type BusinessKey
 void ServiceInfoImpl.xsetBusinessKey(BusinessKey businessKey)
          Sets (as xml) the "businessKey" attribute
 void RelatedBusinessesListImpl.xsetBusinessKey(BusinessKey businessKey)
          Sets (as xml) the "businessKey" element
 void BusinessInfoImpl.xsetBusinessKey(BusinessKey businessKey)
          Sets (as xml) the "businessKey" attribute
 void FindServiceImpl.xsetBusinessKey(BusinessKey businessKey)
          Sets (as xml) the "businessKey" attribute
 void BusinessEntityImpl.xsetBusinessKey(BusinessKey businessKey)
          Sets (as xml) the "businessKey" attribute
 void RelatedBusinessInfoImpl.xsetBusinessKey(BusinessKey businessKey)
          Sets (as xml) the "businessKey" element
 void BusinessServiceImpl.xsetBusinessKey(BusinessKey businessKey)
          Sets (as xml) the "businessKey" attribute
 void BusinessKeyDocumentImpl.xsetBusinessKey(BusinessKey businessKey)
          Sets (as xml) the "businessKey" element
 void FindRelatedBusinessesImpl.xsetBusinessKey(BusinessKey businessKey)
          Sets (as xml) the "businessKey" element
 void DeleteBusinessImpl.xsetBusinessKeyArray(BusinessKey[] businessKeyArray)
          Sets (as xml) array of all "businessKey" element
 void GetBusinessDetailImpl.xsetBusinessKeyArray(BusinessKey[] businessKeyArray)
          Sets (as xml) array of all "businessKey" element
 void GetBusinessDetailExtImpl.xsetBusinessKeyArray(BusinessKey[] businessKeyArray)
          Sets (as xml) array of all "businessKey" element
 void DeleteBusinessImpl.xsetBusinessKeyArray(int i, BusinessKey businessKey)
          Sets (as xml) ith "businessKey" element
 void GetBusinessDetailImpl.xsetBusinessKeyArray(int i, BusinessKey businessKey)
          Sets (as xml) ith "businessKey" element
 void GetBusinessDetailExtImpl.xsetBusinessKeyArray(int i, BusinessKey businessKey)
          Sets (as xml) ith "businessKey" element
 void KeysOwnedImpl.xsetFromKey(BusinessKey fromKey)
          Sets (as xml) the "fromKey" element
 void FromKeyDocumentImpl.xsetFromKey(BusinessKey fromKey)
          Sets (as xml) the "fromKey" element
 void PublisherAssertionImpl.xsetFromKey(BusinessKey fromKey)
          Sets (as xml) the "fromKey" element
 void AssertionStatusItemImpl.xsetFromKey(BusinessKey fromKey)
          Sets (as xml) the "fromKey" element
 void KeysOwnedImpl.xsetToKey(BusinessKey toKey)
          Sets (as xml) the "toKey" element
 void ToKeyDocumentImpl.xsetToKey(BusinessKey toKey)
          Sets (as xml) the "toKey" element
 void PublisherAssertionImpl.xsetToKey(BusinessKey toKey)
          Sets (as xml) the "toKey" element
 void AssertionStatusItemImpl.xsetToKey(BusinessKey toKey)
          Sets (as xml) the "toKey" element
 



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