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