Uses of Class
org.apache.juddi.datatype.binding.BindingTemplate

Packages that use BindingTemplate
org.apache.juddi.datastore   
org.apache.juddi.datastore.jdbc   
org.apache.juddi.datatype.binding   
org.apache.juddi.datatype.request   
org.apache.juddi.datatype.response   
org.apache.juddi.datatype.service   
 

Uses of BindingTemplate in org.apache.juddi.datastore
 

Methods in org.apache.juddi.datastore that return BindingTemplate
 BindingTemplate DataStore.fetchBinding(java.lang.String bindingKey)
           
 

Methods in org.apache.juddi.datastore with parameters of type BindingTemplate
 void DataStore.saveBinding(BindingTemplate binding)
           
 

Uses of BindingTemplate in org.apache.juddi.datastore.jdbc
 

Methods in org.apache.juddi.datastore.jdbc that return BindingTemplate
 BindingTemplate JDBCDataStore.fetchBinding(java.lang.String bindingKey)
           
 

Methods in org.apache.juddi.datastore.jdbc with parameters of type BindingTemplate
 void JDBCDataStore.saveBinding(BindingTemplate binding)
           
 

Uses of BindingTemplate in org.apache.juddi.datatype.binding
 

Methods in org.apache.juddi.datatype.binding with parameters of type BindingTemplate
 void BindingTemplates.addBindingTemplate(BindingTemplate binding)
           
 

Uses of BindingTemplate in org.apache.juddi.datatype.request
 

Methods in org.apache.juddi.datatype.request with parameters of type BindingTemplate
 void SaveBinding.addBindingTemplate(BindingTemplate bindingTemplate)
           
 

Uses of BindingTemplate in org.apache.juddi.datatype.response
 

Methods in org.apache.juddi.datatype.response with parameters of type BindingTemplate
 void BindingDetail.addBindingTemplate(BindingTemplate template)
           
 

Uses of BindingTemplate in org.apache.juddi.datatype.service
 

Methods in org.apache.juddi.datatype.service with parameters of type BindingTemplate
 void BusinessService.addBindingTemplate(BindingTemplate binding)
          Add a binding template to this business service.
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.