Uses of Class
org.ow2.dragon.persistence.bo.deployment.Binding

Packages that use Binding
org.ow2.dragon.persistence.bo.deployment   
org.ow2.dragon.persistence.bo.specification   
 

Uses of Binding in org.ow2.dragon.persistence.bo.deployment
 

Methods in org.ow2.dragon.persistence.bo.deployment that return Binding
 Binding Endpoint.getBinding()
           
 Binding BindingOperation.getBinding()
           
 

Methods in org.ow2.dragon.persistence.bo.deployment that return types with arguments of type Binding
 java.util.Set<Binding> Protocol.getBindings()
           
 

Methods in org.ow2.dragon.persistence.bo.deployment with parameters of type Binding
 void Protocol.addBinding(Binding binding)
           
 void Endpoint.setBinding(Binding binding)
           
 void BindingOperation.setBinding(Binding binding)
           
 

Method parameters in org.ow2.dragon.persistence.bo.deployment with type arguments of type Binding
 void Protocol.setBindings(java.util.Set<Binding> bindings)
           
 

Uses of Binding in org.ow2.dragon.persistence.bo.specification
 

Methods in org.ow2.dragon.persistence.bo.specification that return types with arguments of type Binding
 java.util.Set<Binding> ServiceSpecification.getBindings()
           
 java.util.Set<Binding> ServiceInterface.getBindings()
           
 

Methods in org.ow2.dragon.persistence.bo.specification with parameters of type Binding
 void ServiceSpecification.addBinding(Binding binding)
           
 void ServiceInterface.addBinding(Binding binding)
           
 

Method parameters in org.ow2.dragon.persistence.bo.specification with type arguments of type Binding
 void ServiceSpecification.setBindings(java.util.Set<Binding> bindings)
           
 void ServiceInterface.setBindings(java.util.Set<Binding> bindings)
           
 



Copyright © 2008 eBMWebsourcing. All Rights Reserved.