org.mule.transport.jms
Class Jms102bSupport
java.lang.Object
org.mule.transport.jms.Jms11Support
org.mule.transport.jms.Jms102bSupport
- All Implemented Interfaces:
- JmsSupport
public class Jms102bSupport
- extends Jms11Support
Jms102bSupport is a template class to provide an absstraction
to to the Jms 1.0.2b api specification.
|
Method Summary |
javax.jms.Connection |
createConnection(javax.jms.ConnectionFactory connectionFactory)
|
javax.jms.Connection |
createConnection(javax.jms.ConnectionFactory connectionFactory,
String username,
String password)
|
javax.jms.MessageConsumer |
createConsumer(javax.jms.Session session,
javax.jms.Destination destination,
String messageSelector,
boolean noLocal,
String durableName,
boolean topic,
org.mule.api.endpoint.ImmutableEndpoint endpoint)
|
javax.jms.Destination |
createDestination(javax.jms.Session session,
String name,
boolean topic,
org.mule.api.endpoint.ImmutableEndpoint endpoint)
|
javax.jms.MessageProducer |
createProducer(javax.jms.Session session,
javax.jms.Destination dest,
boolean topic)
|
javax.jms.Session |
createSession(javax.jms.Connection connection,
boolean topic,
boolean transacted,
int ackMode,
boolean noLocal)
|
javax.jms.Destination |
createTemporaryDestination(javax.jms.Session session,
boolean topic)
|
void |
send(javax.jms.MessageProducer producer,
javax.jms.Message message,
boolean persistent,
int priority,
long ttl,
boolean topic,
org.mule.api.endpoint.ImmutableEndpoint endpoint)
|
void |
send(javax.jms.MessageProducer producer,
javax.jms.Message message,
javax.jms.Destination dest,
boolean persistent,
int priority,
long ttl,
boolean topic,
org.mule.api.endpoint.ImmutableEndpoint endpoint)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Jms102bSupport
public Jms102bSupport(JmsConnector connector)
createConnection
public javax.jms.Connection createConnection(javax.jms.ConnectionFactory connectionFactory,
String username,
String password)
throws javax.jms.JMSException
- Specified by:
createConnection in interface JmsSupport- Overrides:
createConnection in class Jms11Support
- Throws:
javax.jms.JMSException
createConnection
public javax.jms.Connection createConnection(javax.jms.ConnectionFactory connectionFactory)
throws javax.jms.JMSException
- Specified by:
createConnection in interface JmsSupport- Overrides:
createConnection in class Jms11Support
- Throws:
javax.jms.JMSException
createSession
public javax.jms.Session createSession(javax.jms.Connection connection,
boolean topic,
boolean transacted,
int ackMode,
boolean noLocal)
throws javax.jms.JMSException
- Specified by:
createSession in interface JmsSupport- Overrides:
createSession in class Jms11Support
- Throws:
javax.jms.JMSException
createConsumer
public javax.jms.MessageConsumer createConsumer(javax.jms.Session session,
javax.jms.Destination destination,
String messageSelector,
boolean noLocal,
String durableName,
boolean topic,
org.mule.api.endpoint.ImmutableEndpoint endpoint)
throws javax.jms.JMSException
- Specified by:
createConsumer in interface JmsSupport- Overrides:
createConsumer in class Jms11Support
- Throws:
javax.jms.JMSException
createProducer
public javax.jms.MessageProducer createProducer(javax.jms.Session session,
javax.jms.Destination dest,
boolean topic)
throws javax.jms.JMSException
- Specified by:
createProducer in interface JmsSupport- Overrides:
createProducer in class Jms11Support
- Throws:
javax.jms.JMSException
createDestination
public javax.jms.Destination createDestination(javax.jms.Session session,
String name,
boolean topic,
org.mule.api.endpoint.ImmutableEndpoint endpoint)
throws javax.jms.JMSException
- Specified by:
createDestination in interface JmsSupport- Overrides:
createDestination in class Jms11Support
- Throws:
javax.jms.JMSException
createTemporaryDestination
public javax.jms.Destination createTemporaryDestination(javax.jms.Session session,
boolean topic)
throws javax.jms.JMSException
- Specified by:
createTemporaryDestination in interface JmsSupport- Overrides:
createTemporaryDestination in class Jms11Support
- Throws:
javax.jms.JMSException
send
public void send(javax.jms.MessageProducer producer,
javax.jms.Message message,
boolean persistent,
int priority,
long ttl,
boolean topic,
org.mule.api.endpoint.ImmutableEndpoint endpoint)
throws javax.jms.JMSException
- Specified by:
send in interface JmsSupport- Overrides:
send in class Jms11Support
- Throws:
javax.jms.JMSException
send
public void send(javax.jms.MessageProducer producer,
javax.jms.Message message,
javax.jms.Destination dest,
boolean persistent,
int priority,
long ttl,
boolean topic,
org.mule.api.endpoint.ImmutableEndpoint endpoint)
throws javax.jms.JMSException
- Specified by:
send in interface JmsSupport- Overrides:
send in class Jms11Support
- Throws:
javax.jms.JMSException
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.