org.apache.qpid.proton.codec
Class DynamicTypeConstructor

java.lang.Object
  extended by org.apache.qpid.proton.codec.DynamicTypeConstructor
All Implemented Interfaces:
TypeConstructor

public class DynamicTypeConstructor
extends Object
implements TypeConstructor


Constructor Summary
DynamicTypeConstructor(DescribedTypeConstructor dtc, TypeConstructor underlyingEncoding)
           
 
Method Summary
 boolean encodesJavaPrimitive()
           
 Class getTypeClass()
           
 Object readValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicTypeConstructor

public DynamicTypeConstructor(DescribedTypeConstructor dtc,
                              TypeConstructor underlyingEncoding)
Method Detail

readValue

public Object readValue()
Specified by:
readValue in interface TypeConstructor

encodesJavaPrimitive

public boolean encodesJavaPrimitive()
Specified by:
encodesJavaPrimitive in interface TypeConstructor

getTypeClass

public Class getTypeClass()
Specified by:
getTypeClass in interface TypeConstructor


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.