|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeBinding | |
---|---|
org.apache.qpid.agent.binding |
Uses of TypeBinding in org.apache.qpid.agent.binding |
---|
Classes in org.apache.qpid.agent.binding that implement TypeBinding | |
---|---|
class |
ClassBinding
Binding information from a custom java class to a QMF schema |
class |
EnumBinding
Binding information from a java enum to a QMF schema |
class |
ListBinding
Binding information from a java list to a QMF schema. |
class |
MapBinding
Binding information from a java Map to a QMF schema. |
class |
QMFTypeBinding
Basic type mappings for QMF schema |
Methods in org.apache.qpid.agent.binding that return TypeBinding | |
---|---|
TypeBinding |
PropertyBinding.getType()
|
TypeBinding |
ParameterBinding.getType()
|
TypeBinding |
BindingContext.getTypeBinding(Class cls)
|
Methods in org.apache.qpid.agent.binding with parameters of type TypeBinding | |
---|---|
protected boolean |
ClassBinding.isOptional(Method m,
TypeBinding type)
|
Constructors in org.apache.qpid.agent.binding with parameters of type TypeBinding | |
---|---|
ParameterBinding(String name,
TypeBinding type,
boolean in,
boolean out)
|
|
PropertyBinding(String name,
TypeBinding type,
int accessType,
boolean optional)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |