Package org.jboss.wsf.stack.cxf.client
Class UseThreadBusFeature
java.lang.Object
jakarta.xml.ws.WebServiceFeature
org.jboss.wsf.stack.cxf.client.UseThreadBusFeature
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
-
Field Summary
Fields inherited from class jakarta.xml.ws.WebServiceFeature
enabled -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jakarta.xml.ws.WebServiceFeature
isEnabled
-
Constructor Details
-
UseThreadBusFeature
public UseThreadBusFeature() -
UseThreadBusFeature
public UseThreadBusFeature(boolean enabled)
-
-
Method Details
-
getID
Description copied from class:WebServiceFeatureGet the unique identifier for this WebServiceFeature.- Specified by:
getIDin classWebServiceFeature- Returns:
- the unique identifier for this feature.
-