Package org.jboss.wsf.stack.cxf.client
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
-
-
Field Summary
-
Fields inherited from class jakarta.xml.ws.WebServiceFeature
enabled
-
-
Constructor Summary
Constructors Constructor Description UseTCCLBusFeature()UseTCCLBusFeature(boolean enabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetID()Get the unique identifier for this WebServiceFeature.-
Methods inherited from class jakarta.xml.ws.WebServiceFeature
isEnabled
-
-
-
-
Method Detail
-
getID
public String getID()
Description copied from class:WebServiceFeatureGet the unique identifier for this WebServiceFeature.- Specified by:
getIDin classWebServiceFeature- Returns:
- the unique identifier for this feature.
-
-