Uses of Class
org.uddi4j.util.KeyedReference
-
Packages that use KeyedReference Package Description org.uddi4j.client org.uddi4j.datatype.assertion org.uddi4j.request org.uddi4j.response org.uddi4j.util -
-
Uses of KeyedReference in org.uddi4j.client
Methods in org.uddi4j.client with parameters of type KeyedReference Modifier and Type Method Description RelatedBusinessesListUDDIProxy. find_relatedBusinesses(java.lang.String businessKey, KeyedReference keyedReference, FindQualifiers findQualifiers)Deprecated.UDDI version 2, errata 2 added maxrows as a parameter to this method.RelatedBusinessesListUDDIProxy. find_relatedBusinesses(java.lang.String businessKey, KeyedReference keyedReference, FindQualifiers findQualifiers, int maxRows)The find_relatedBusinesses API call is used to locate information about businessEntity registrations that are related to a specific business entity whose key is passed in the inquiry. -
Uses of KeyedReference in org.uddi4j.datatype.assertion
Methods in org.uddi4j.datatype.assertion that return KeyedReference Modifier and Type Method Description KeyedReferencePublisherAssertion. getKeyedReference()Methods in org.uddi4j.datatype.assertion with parameters of type KeyedReference Modifier and Type Method Description voidPublisherAssertion. setKeyedReference(KeyedReference r)Constructors in org.uddi4j.datatype.assertion with parameters of type KeyedReference Constructor Description PublisherAssertion(java.lang.String fromKey, java.lang.String toKey, KeyedReference keyRef)Construct the object with required fields. -
Uses of KeyedReference in org.uddi4j.request
Methods in org.uddi4j.request that return KeyedReference Modifier and Type Method Description KeyedReferenceFindRelatedBusinesses. getKeyedReference()Methods in org.uddi4j.request with parameters of type KeyedReference Modifier and Type Method Description voidFindRelatedBusinesses. setKeyedReference(KeyedReference newKeyedReference) -
Uses of KeyedReference in org.uddi4j.response
Methods in org.uddi4j.response that return KeyedReference Modifier and Type Method Description KeyedReferenceAssertionStatusItem. getKeyedReference()Methods in org.uddi4j.response with parameters of type KeyedReference Modifier and Type Method Description voidAssertionStatusItem. setKeyedReference(KeyedReference r)Constructors in org.uddi4j.response with parameters of type KeyedReference Constructor Description AssertionStatusItem(java.lang.String fromKey, java.lang.String toKey, KeyedReference ref, KeysOwned keys)Construct the object with required fields. -
Uses of KeyedReference in org.uddi4j.util
Methods in org.uddi4j.util that return KeyedReference Modifier and Type Method Description KeyedReferenceCategoryBag. get(int index)Retrieve the object at the specified index within the collection.KeyedReferenceIdentifierBag. get(int index)Retrieve the object at the specified index within the collection.Methods in org.uddi4j.util with parameters of type KeyedReference Modifier and Type Method Description voidCategoryBag. add(KeyedReference kr)Add a keyed reference to this collectionvoidIdentifierBag. add(KeyedReference kr)Add a keyed reference to this collectionbooleanCategoryBag. remove(KeyedReference kr)Remove the specified object from the collection.booleanIdentifierBag. remove(KeyedReference kr)Remove the specified object from the collection.
-