org.apache.qpid.agent.binding
Class MethodBinding
java.lang.Object
org.apache.qpid.agent.binding.MethodBinding
public class MethodBinding
- extends Object
Metadata for mapping a method to a QMF schema
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodBinding
public MethodBinding(String name,
List<ParameterBinding> parameters)
getName
public String getName()
getParameters
public List<ParameterBinding> getParameters()
getInParameters
public List<ParameterBinding> getInParameters()
getOutParameters
public List<ParameterBinding> getOutParameters()
encode
void encode(org.apache.qpid.transport.codec.Encoder enc)
Licensed to the Apache Software Foundation