public class ConnectionFactoryFeature
extends org.apache.cxf.feature.AbstractFeature
enabled| Constructor and Description |
|---|
ConnectionFactoryFeature(javax.jms.ConnectionFactory cf) |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(org.apache.cxf.endpoint.Client client,
org.apache.cxf.Bus bus) |
void |
initialize(org.apache.cxf.interceptor.InterceptorProvider provider,
org.apache.cxf.Bus bus) |
void |
initialize(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus) |
getActive, getID, initialize, initializeProviderisEnabledpublic ConnectionFactoryFeature(javax.jms.ConnectionFactory cf)
public void initialize(org.apache.cxf.endpoint.Client client,
org.apache.cxf.Bus bus)
initialize in interface org.apache.cxf.feature.Featureinitialize in class org.apache.cxf.feature.AbstractFeaturepublic void initialize(org.apache.cxf.interceptor.InterceptorProvider provider,
org.apache.cxf.Bus bus)
initialize in interface org.apache.cxf.feature.Featureinitialize in class org.apache.cxf.feature.AbstractFeaturepublic void initialize(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus)
initialize in interface org.apache.cxf.feature.Featureinitialize in class org.apache.cxf.feature.AbstractFeatureApache CXF