|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.transport.jms.JMSFactory
public final class JMSFactory
Factory to create jms helper objects from configuration and context information
Method Summary | |
---|---|
static javax.jms.Connection |
createConnection(JMSConfiguration jmsConfig)
|
static Executor |
createExecutor(Bus bus,
String name)
Get workqueue from workqueue manager. |
static JMSSender |
createJmsSender(JMSConfiguration jmsConfig,
JMSMessageHeadersType messageProperties)
Create JmsSender from configuration information. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static JMSSender createJmsSender(JMSConfiguration jmsConfig, JMSMessageHeadersType messageProperties)
jmsConfig
- configuration informationmessageProperties
- context headers override config settings
public static javax.jms.Connection createConnection(JMSConfiguration jmsConfig) throws javax.jms.JMSException
javax.jms.JMSException
public static Executor createExecutor(Bus bus, String name)
bus
- name
-
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |