Uses of Interface
javax.jms.TopicPublisher

Uses of TopicPublisher in javax.jms
 

Fields in javax.jms declared as TopicPublisher
private  TopicPublisher TopicRequestor.publisher
           
 

Methods in javax.jms that return TopicPublisher
private  TopicPublisher TopicRequestor.getPublisher()
           
 TopicPublisher TopicSession.createPublisher(Topic topic)
           
 

Methods in javax.jms with parameters of type TopicPublisher
private  void TopicRequestor.setPublisher(TopicPublisher publisher)