org.apache.qpid.proton.codec
Class SymbolType
java.lang.Object
org.apache.qpid.proton.codec.SymbolType
- All Implemented Interfaces:
- AMQPType<Symbol>, PrimitiveType<Symbol>
public class SymbolType
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getTypeClass
public Class<Symbol> getTypeClass()
getEncoding
public SymbolType.SymbolEncoding getEncoding(Symbol val)
getCanonicalEncoding
public SymbolType.SymbolEncoding getCanonicalEncoding()
getAllEncodings
public Collection<SymbolType.SymbolEncoding> getAllEncodings()
write
public final void write(T val)
- Specified by:
write in interface AMQPType<T>
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.