Class UseThreadBusFeature

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

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

    • UseThreadBusFeature

      public UseThreadBusFeature()
    • UseThreadBusFeature

      public UseThreadBusFeature(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.