Uses of Interface
javax.jms.TopicPublisher

Packages that use TopicPublisher
javax.jms   
 

Uses of TopicPublisher in javax.jms
 

Fields in javax.jms declared as TopicPublisher
(package private)  TopicPublisher TopicRequestor.publisher
           
 

Methods in javax.jms that return TopicPublisher
 TopicPublisher TopicSession.createPublisher(Topic topic)
          Create a Publisher for the specified topic.