Class UseTCCLBusFeature

java.lang.Object
jakarta.xml.ws.WebServiceFeature
org.jboss.wsf.stack.cxf.client.UseTCCLBusFeature

public class UseTCCLBusFeature extends WebServiceFeature
A JBossWS-CXF custom WebServiceFeature to be used for building the JAXWS Service using the Bus associated with the current thread context classloader.
Since:
03-Oct-2013
Author:
alessio.soldano@jboss.com
  • Constructor Details

    • UseTCCLBusFeature

      public UseTCCLBusFeature()
    • UseTCCLBusFeature

      public UseTCCLBusFeature(boolean enabled)
  • Method Details

    • getID

      public String getID()
      Description copied from class: WebServiceFeature
      Get the unique identifier for this WebServiceFeature.
      Specified by:
      getID in class WebServiceFeature
      Returns:
      the unique identifier for this feature.