Apache CXF API

org.apache.cxf.transport.jms
Class ConnectionFactoryFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by org.apache.cxf.feature.AbstractFeature
          extended by org.apache.cxf.transport.jms.ConnectionFactoryFeature
All Implemented Interfaces:
Feature

public class ConnectionFactoryFeature
extends AbstractFeature

Allows to configure the JMSConfiguration directly at the Client or Server. Simply add this class to the Features and reference a JMSConfiguration. The configuration inside this class takes precedence over a configuration that is generated from the old configuration style.


Field Summary
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
ConnectionFactoryFeature(javax.jms.ConnectionFactory cf)
           
 
Method Summary
 void initialize(Client client, Bus bus)
           
 void initialize(Server server, Bus bus)
           
 
Methods inherited from class org.apache.cxf.feature.AbstractFeature
getActive, getID, initialize, initialize, initializeProvider
 
Methods inherited from class javax.xml.ws.WebServiceFeature
isEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionFactoryFeature

public ConnectionFactoryFeature(javax.jms.ConnectionFactory cf)
Method Detail

initialize

public void initialize(Client client,
                       Bus bus)
Specified by:
initialize in interface Feature
Overrides:
initialize in class AbstractFeature

initialize

public void initialize(Server server,
                       Bus bus)
Specified by:
initialize in interface Feature
Overrides:
initialize in class AbstractFeature

Apache CXF API

Apache CXF