Uses of Interface
com.swiftmq.amqp.v100.generated.messaging.addressing.SourceIF
-
Packages that use SourceIF Package Description com.swiftmq.amqp.v100.generated.messaging.addressing com.swiftmq.amqp.v100.generated.transport.performatives -
-
Uses of SourceIF in com.swiftmq.amqp.v100.generated.messaging.addressing
Classes in com.swiftmq.amqp.v100.generated.messaging.addressing that implement SourceIF Modifier and Type Class Description class
Source
Methods in com.swiftmq.amqp.v100.generated.messaging.addressing that return SourceIF Modifier and Type Method Description static SourceIF
SourceFactory. create(AMQPType bare)
Creates a SourceIF object.static SourceIF[]
SourceFactory. toNativeArray(AMQPArray array)
Converts an AMQP array of type SourceIF into a native array -
Uses of SourceIF in com.swiftmq.amqp.v100.generated.transport.performatives
Methods in com.swiftmq.amqp.v100.generated.transport.performatives that return SourceIF Modifier and Type Method Description SourceIF
AttachFrame. getSource()
Returns the optional Source field.Methods in com.swiftmq.amqp.v100.generated.transport.performatives with parameters of type SourceIF Modifier and Type Method Description void
AttachFrame. setSource(SourceIF source)
Sets the optional Source field.
-