Uses of Class
org.uddi4j.util.ToKey
-
Packages that use ToKey Package Description org.uddi4j.datatype.assertion org.uddi4j.response -
-
Uses of ToKey in org.uddi4j.datatype.assertion
Methods in org.uddi4j.datatype.assertion that return ToKey Modifier and Type Method Description ToKey
PublisherAssertion. getToKey()
Methods in org.uddi4j.datatype.assertion with parameters of type ToKey Modifier and Type Method Description void
PublisherAssertion. setToKey(ToKey key)
-
Uses of ToKey in org.uddi4j.response
Methods in org.uddi4j.response that return ToKey Modifier and Type Method Description ToKey
AssertionStatusItem. getToKey()
ToKey
KeysOwned. getToKey()
Methods in org.uddi4j.response with parameters of type ToKey Modifier and Type Method Description void
AssertionStatusItem. setToKey(ToKey key)
void
KeysOwned. setToKey(ToKey key)
-