Uses of Class
org.uddi4j.datatype.binding.AccessPoint
-
Packages that use AccessPoint Package Description org.uddi4j.datatype.binding -
-
Uses of AccessPoint in org.uddi4j.datatype.binding
Methods in org.uddi4j.datatype.binding that return AccessPoint Modifier and Type Method Description AccessPoint
BindingTemplate. getAccessPoint()
Methods in org.uddi4j.datatype.binding with parameters of type AccessPoint Modifier and Type Method Description void
BindingTemplate. setAccessPoint(AccessPoint s)
Constructors in org.uddi4j.datatype.binding with parameters of type AccessPoint Constructor Description BindingTemplate(java.lang.String bindingKey, TModelInstanceDetails tModelInstanceDetails, AccessPoint accessPoint)
Construct the object with required fields.
-