Class ConnectionFactoryFeature.Portable

java.lang.Object
org.apache.cxf.transport.jms.ConnectionFactoryFeature.Portable
All Implemented Interfaces:
org.apache.cxf.feature.AbstractPortableFeature, org.apache.cxf.feature.Feature
Enclosing class:
ConnectionFactoryFeature

public static class ConnectionFactoryFeature.Portable extends Object implements org.apache.cxf.feature.AbstractPortableFeature
  • Constructor Summary

    Constructors
    Constructor
    Description
    Portable(jakarta.jms.ConnectionFactory cf)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    initialize(org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus)
     
    void
    initialize(org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus)
     
    void
    initialize(org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.cxf.feature.AbstractPortableFeature

    doInitializeProvider, initialize
  • Constructor Details

    • Portable

      public Portable(jakarta.jms.ConnectionFactory cf)
  • Method Details

    • initialize

      public void initialize(org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus)
      Specified by:
      initialize in interface org.apache.cxf.feature.AbstractPortableFeature
      Specified by:
      initialize in interface org.apache.cxf.feature.Feature
    • initialize

      public void initialize(org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus)
      Specified by:
      initialize in interface org.apache.cxf.feature.AbstractPortableFeature
      Specified by:
      initialize in interface org.apache.cxf.feature.Feature
    • initialize

      public void initialize(org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus)
      Specified by:
      initialize in interface org.apache.cxf.feature.AbstractPortableFeature
      Specified by:
      initialize in interface org.apache.cxf.feature.Feature