Uses of Class
org.uddi4j.response.KeysOwned
-
Packages that use KeysOwned Package Description org.uddi4j.response -
-
Uses of KeysOwned in org.uddi4j.response
Methods in org.uddi4j.response that return KeysOwned Modifier and Type Method Description KeysOwned
AssertionStatusItem. getKeysOwned()
Methods in org.uddi4j.response with parameters of type KeysOwned Modifier and Type Method Description void
AssertionStatusItem. setKeysOwned(KeysOwned k)
Constructors in org.uddi4j.response with parameters of type KeysOwned Constructor Description AssertionStatusItem(java.lang.String fromKey, java.lang.String toKey, KeyedReference ref, KeysOwned keys)
Construct the object with required fields.
-