org.apache.activemq.axis
Class ActiveMQVendorAdapter

java.lang.Object
  extended by org.apache.axis.components.jms.JMSVendorAdapter
      extended by org.apache.axis.components.jms.BeanVendorAdapter
          extended by org.apache.activemq.axis.ActiveMQVendorAdapter

Deprecated. will be removed from ActiveMQ 5.8 onwards.

@Deprecated
public class ActiveMQVendorAdapter
extends org.apache.axis.components.jms.BeanVendorAdapter

An adapter for using ActiveMQ inside Apache Axis


Field Summary
static String BROKER_URL
          Deprecated. The URL to connect to the broker
static String DEFAULT_PASSWORD
          Deprecated. Specifies the default password
static String DEFAULT_USERNAME
          Deprecated. Specifies the default user name
protected static String QCF_CLASS
          Deprecated.  
protected static String TCF_CLASS
          Deprecated.  
 
Fields inherited from class org.apache.axis.components.jms.BeanVendorAdapter
CONNECTION_FACTORY_CLASS
 
Fields inherited from class org.apache.axis.components.jms.JMSVendorAdapter
CONNECT_ACTION, ON_EXCEPTION_ACTION, RECEIVE_ACTION, SEND_ACTION, SUBSCRIBE_ACTION
 
Constructor Summary
ActiveMQVendorAdapter()
          Deprecated.  
 
Method Summary
 void addVendorConnectionFactoryProperties(org.apache.axis.transport.jms.JMSURLHelper jmsUrl, HashMap properties)
          Deprecated.  
 javax.jms.QueueConnectionFactory getQueueConnectionFactory(HashMap properties)
          Deprecated.  
 javax.jms.TopicConnectionFactory getTopicConnectionFactory(HashMap properties)
          Deprecated.  
 boolean isMatchingConnectionFactory(javax.jms.ConnectionFactory connectionFactory, org.apache.axis.transport.jms.JMSURLHelper jmsURL, HashMap properties)
          Deprecated.  
 
Methods inherited from class org.apache.axis.components.jms.JMSVendorAdapter
getJMSConnectionFactoryProperties, getJMSConnectorProperties, getQueue, getTopic, getVendorId, isRecoverable, setProperties, setupApplicationProperties, setupMessageContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BROKER_URL

public static final String BROKER_URL
Deprecated. 
The URL to connect to the broker

See Also:
Constant Field Values

DEFAULT_USERNAME

public static final String DEFAULT_USERNAME
Deprecated. 
Specifies the default user name

See Also:
Constant Field Values

DEFAULT_PASSWORD

public static final String DEFAULT_PASSWORD
Deprecated. 
Specifies the default password

See Also:
Constant Field Values

QCF_CLASS

protected static final String QCF_CLASS
Deprecated. 

TCF_CLASS

protected static final String TCF_CLASS
Deprecated. 
Constructor Detail

ActiveMQVendorAdapter

public ActiveMQVendorAdapter()
Deprecated. 
Method Detail

getQueueConnectionFactory

public javax.jms.QueueConnectionFactory getQueueConnectionFactory(HashMap properties)
                                                           throws Exception
Deprecated. 
Overrides:
getQueueConnectionFactory in class org.apache.axis.components.jms.BeanVendorAdapter
Throws:
Exception

getTopicConnectionFactory

public javax.jms.TopicConnectionFactory getTopicConnectionFactory(HashMap properties)
                                                           throws Exception
Deprecated. 
Overrides:
getTopicConnectionFactory in class org.apache.axis.components.jms.BeanVendorAdapter
Throws:
Exception

addVendorConnectionFactoryProperties

public void addVendorConnectionFactoryProperties(org.apache.axis.transport.jms.JMSURLHelper jmsUrl,
                                                 HashMap properties)
Deprecated. 
Specified by:
addVendorConnectionFactoryProperties in class org.apache.axis.components.jms.JMSVendorAdapter

isMatchingConnectionFactory

public boolean isMatchingConnectionFactory(javax.jms.ConnectionFactory connectionFactory,
                                           org.apache.axis.transport.jms.JMSURLHelper jmsURL,
                                           HashMap properties)
Deprecated. 
Specified by:
isMatchingConnectionFactory in class org.apache.axis.components.jms.JMSVendorAdapter


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.