public class JMSOutTransportInfo extends Object implements OutTransportInfo
Modifier and Type | Method and Description |
---|---|
JMSMessageSender |
createJMSSender()
Create a one time MessageProducer for this JMS OutTransport information.
|
ConnectionFactory |
getConnectionFactory() |
String |
getContentTypeProperty() |
Destination |
getDestination() |
String |
getDestinationType() |
JMSConnectionFactory |
getJmsConnectionFactory() |
Hashtable<String,String> |
getProperties() |
Destination |
getReplyDestination() |
Destination |
getReplyDestination(String replyDest)
Look up for the given destination
|
String |
getReplyDestinationName() |
String |
getReplyDestinationType() |
String |
getTargetEPR() |
void |
loadConnectionFactoryFromProperies()
Provides a lazy load when created with a target EPR.
|
void |
setContentType(String contentType) |
void |
setContentTypeProperty(String contentTypeProperty) |
void |
setDestinationType(String destinationType) |
void |
setReplyDestination(Destination replyDestination) |
void |
setReplyDestinationName(String replyDestinationName) |
void |
setReplyDestinationType(String replyDestinationType) |
public void loadConnectionFactoryFromProperies()
public Destination getReplyDestination(String replyDest)
replyDest
- the JNDI name to lookup Destination requiredpublic Destination getDestination()
public ConnectionFactory getConnectionFactory()
public JMSConnectionFactory getJmsConnectionFactory()
public void setContentType(String contentType)
setContentType
in interface OutTransportInfo
public String getTargetEPR()
public String getDestinationType()
public void setDestinationType(String destinationType)
public Destination getReplyDestination()
public void setReplyDestination(Destination replyDestination)
public String getReplyDestinationType()
public void setReplyDestinationType(String replyDestinationType)
public String getReplyDestinationName()
public void setReplyDestinationName(String replyDestinationName)
public String getContentTypeProperty()
public void setContentTypeProperty(String contentTypeProperty)
public JMSMessageSender createJMSSender() throws JMSException
JMSException
- on errors, to be handled and logged by the callerCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.