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 BindingTemplateBindingTemplates. 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 voidBindingTemplates. add(BindingTemplate b)Add a BindingTemplate object to the collectionbooleanBindingTemplates. remove(BindingTemplate b)Remove a BindingTemplate object from the collection
-