org.apache.qpid.proton.codec
Class BinaryType

java.lang.Object
  extended by org.apache.qpid.proton.codec.BinaryType
All Implemented Interfaces:
AMQPType<Binary>, PrimitiveType<Binary>

public class BinaryType
extends Object


Method Summary
 Collection<org.apache.qpid.proton.codec.BinaryType.BinaryEncoding> getAllEncodings()
           
 org.apache.qpid.proton.codec.BinaryType.BinaryEncoding getCanonicalEncoding()
           
 org.apache.qpid.proton.codec.BinaryType.BinaryEncoding getEncoding(Binary val)
           
 Class<Binary> getTypeClass()
           
 void write(T val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTypeClass

public Class<Binary> getTypeClass()

getEncoding

public org.apache.qpid.proton.codec.BinaryType.BinaryEncoding getEncoding(Binary val)

getCanonicalEncoding

public org.apache.qpid.proton.codec.BinaryType.BinaryEncoding getCanonicalEncoding()

getAllEncodings

public Collection<org.apache.qpid.proton.codec.BinaryType.BinaryEncoding> getAllEncodings()

write

public final void write(T val)
Specified by:
write in interface AMQPType<T>


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