Uses of Class
org.apache.qpid.agent.binding.ParameterBinding

Packages that use ParameterBinding
org.apache.qpid.agent.binding   
 

Uses of ParameterBinding in org.apache.qpid.agent.binding
 

Methods in org.apache.qpid.agent.binding that return types with arguments of type ParameterBinding
 List<ParameterBinding> MethodBinding.getInParameters()
           
 List<ParameterBinding> MethodBinding.getOutParameters()
           
 List<ParameterBinding> MethodBinding.getParameters()
           
 

Constructor parameters in org.apache.qpid.agent.binding with type arguments of type ParameterBinding
MethodBinding(String name, List<ParameterBinding> parameters)
           
 



Licensed to the Apache Software Foundation