Uses of Class
org.apache.qpid.proton.amqp.messaging.AmqpSequence
-
Packages that use AmqpSequence Package Description org.apache.qpid.proton.codec.messaging -
-
Uses of AmqpSequence in org.apache.qpid.proton.codec.messaging
Methods in org.apache.qpid.proton.codec.messaging that return AmqpSequence Modifier and Type Method Description AmqpSequenceAmqpSequenceType. newInstance(java.lang.Object described)AmqpSequenceFastPathAmqpSequenceType. readValue()Methods in org.apache.qpid.proton.codec.messaging that return types with arguments of type AmqpSequence Modifier and Type Method Description java.util.Collection<? extends TypeEncoding<AmqpSequence>>FastPathAmqpSequenceType. getAllEncodings()TypeEncoding<AmqpSequence>FastPathAmqpSequenceType. getCanonicalEncoding()TypeEncoding<AmqpSequence>FastPathAmqpSequenceType. getEncoding(AmqpSequence val)java.lang.Class<AmqpSequence>AmqpSequenceType. getTypeClass()java.lang.Class<AmqpSequence>FastPathAmqpSequenceType. getTypeClass()Methods in org.apache.qpid.proton.codec.messaging with parameters of type AmqpSequence Modifier and Type Method Description TypeEncoding<AmqpSequence>FastPathAmqpSequenceType. getEncoding(AmqpSequence val)protected java.util.ListAmqpSequenceType. wrap(AmqpSequence val)voidFastPathAmqpSequenceType. write(AmqpSequence sequence)
-