Uses of Class
org.apache.qpid.protonj2.types.transactions.Declared
-
Packages that use Declared Package Description org.apache.qpid.protonj2.codec.decoders.transactions org.apache.qpid.protonj2.codec.encoders.transactions org.apache.qpid.protonj2.types.transactions -
-
Uses of Declared in org.apache.qpid.protonj2.codec.decoders.transactions
Methods in org.apache.qpid.protonj2.codec.decoders.transactions that return Declared Modifier and Type Method Description Declared[]DeclaredTypeDecoder. readArrayElements(java.io.InputStream stream, StreamDecoderState state, int count)Declared[]DeclaredTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)DeclaredDeclaredTypeDecoder. readValue(java.io.InputStream stream, StreamDecoderState state)DeclaredDeclaredTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.transactions that return types with arguments of type Declared Modifier and Type Method Description java.lang.Class<Declared>DeclaredTypeDecoder. getTypeClass() -
Uses of Declared in org.apache.qpid.protonj2.codec.encoders.transactions
Methods in org.apache.qpid.protonj2.codec.encoders.transactions that return types with arguments of type Declared Modifier and Type Method Description java.lang.Class<Declared>DeclaredTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.transactions with parameters of type Declared Modifier and Type Method Description intDeclaredTypeEncoder. getElementCount(Declared declared)byteDeclaredTypeEncoder. getListEncoding(Declared value)voidDeclaredTypeEncoder. writeElement(Declared declared, int index, ProtonBuffer buffer, EncoderState state) -
Uses of Declared in org.apache.qpid.protonj2.types.transactions
Methods in org.apache.qpid.protonj2.types.transactions that return Declared Modifier and Type Method Description DeclaredDeclared. setTxnId(Binary txnId)
-