org.jboss.seam.jms.inject
Class JmsSessionProducer

java.lang.Object
  extended by org.jboss.seam.jms.inject.JmsSessionProducer

public class JmsSessionProducer
extends Object


Constructor Summary
JmsSessionProducer()
           
 
Method Summary
 javax.jms.Session produceSession()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmsSessionProducer

public JmsSessionProducer()
Method Detail

produceSession

@Produces
@Dependent
@JmsDefault(value="session")
public javax.jms.Session produceSession()
                                 throws javax.jms.JMSException
Throws:
javax.jms.JMSException


Copyright © 2011 Seam Framework. All Rights Reserved.