Uses of Interface
org.apache.qpid.jms.provider.amqp.message.AmqpObjectTypeDelegate
-
Packages that use AmqpObjectTypeDelegate Package Description org.apache.qpid.jms.provider.amqp.message -
-
Uses of AmqpObjectTypeDelegate in org.apache.qpid.jms.provider.amqp.message
Classes in org.apache.qpid.jms.provider.amqp.message that implement AmqpObjectTypeDelegate Modifier and Type Class Description classAmqpSerializedObjectDelegateWrapper around an AMQP Message instance that will be treated as a JMS ObjectMessage type.classAmqpTypedObjectDelegateWrapper around an AMQP Message instance that will be treated as a JMS ObjectMessage type.Methods in org.apache.qpid.jms.provider.amqp.message with parameters of type AmqpObjectTypeDelegate Modifier and Type Method Description voidAmqpObjectTypeDelegate. copyInto(AmqpObjectTypeDelegate copy)Copy the internal data into the given instance.voidAmqpSerializedObjectDelegate. copyInto(AmqpObjectTypeDelegate copy)voidAmqpTypedObjectDelegate. copyInto(AmqpObjectTypeDelegate copy)
-