Uses of Interface
org.apache.qpid.proton.amqp.transport.Source

Packages that use Source
org.apache.qpid.proton.amqp.messaging   
org.apache.qpid.proton.amqp.transport   
org.apache.qpid.proton.engine   
 

Uses of Source in org.apache.qpid.proton.amqp.messaging
 

Classes in org.apache.qpid.proton.amqp.messaging that implement Source
 class Source
           
 

Uses of Source in org.apache.qpid.proton.amqp.transport
 

Methods in org.apache.qpid.proton.amqp.transport that return Source
 Source Attach.getSource()
           
 

Methods in org.apache.qpid.proton.amqp.transport with parameters of type Source
 void Attach.setSource(Source source)
           
 

Uses of Source in org.apache.qpid.proton.engine
 

Methods in org.apache.qpid.proton.engine that return Source
 Source Link.getRemoteSource()
           
 Source Link.getSource()
           
 

Methods in org.apache.qpid.proton.engine with parameters of type Source
 void Link.setSource(Source address)
          Sets the source for this link.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.