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