Uses of Class
org.apache.qpid.protonj2.types.transactions.Declare
-
Packages that use Declare Package Description org.apache.qpid.protonj2.codec.decoders.transactions org.apache.qpid.protonj2.codec.encoders.transactions org.apache.qpid.protonj2.types.transactions -
-
Uses of Declare in org.apache.qpid.protonj2.codec.decoders.transactions
Methods in org.apache.qpid.protonj2.codec.decoders.transactions that return Declare Modifier and Type Method Description Declare[]DeclareTypeDecoder. readArrayElements(InputStream stream, StreamDecoderState state, int count)Declare[]DeclareTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)DeclareDeclareTypeDecoder. readValue(InputStream stream, StreamDecoderState state)DeclareDeclareTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.transactions that return types with arguments of type Declare Modifier and Type Method Description Class<Declare>DeclareTypeDecoder. getTypeClass() -
Uses of Declare in org.apache.qpid.protonj2.codec.encoders.transactions
Methods in org.apache.qpid.protonj2.codec.encoders.transactions that return types with arguments of type Declare Modifier and Type Method Description Class<Declare>DeclareTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.transactions with parameters of type Declare Modifier and Type Method Description intDeclareTypeEncoder. getElementCount(Declare declare)byteDeclareTypeEncoder. getListEncoding(Declare value)voidDeclareTypeEncoder. writeElement(Declare declare, int index, ProtonBuffer buffer, Encoder encoder, EncoderState state) -
Uses of Declare in org.apache.qpid.protonj2.types.transactions
Methods in org.apache.qpid.protonj2.types.transactions that return Declare Modifier and Type Method Description DeclareDeclare. setGlobalId(GlobalTxId globalId)
-