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