Uses of Class
org.uddi4j.datatype.binding.BindingTemplate
-
Packages that use BindingTemplate Package Description org.uddi4j.datatype.binding -
-
Uses of BindingTemplate in org.uddi4j.datatype.binding
Methods in org.uddi4j.datatype.binding that return BindingTemplate Modifier and Type Method Description BindingTemplate
BindingTemplates. get(int index)
Retrieve the BindingTemplate at the specified index within the collection.Methods in org.uddi4j.datatype.binding with parameters of type BindingTemplate Modifier and Type Method Description void
BindingTemplates. add(BindingTemplate b)
Add a BindingTemplate object to the collectionboolean
BindingTemplates. remove(BindingTemplate b)
Remove a BindingTemplate object from the collection
-