Package org.jboss.wsf.stack.cxf.client
Class UseNewBusFeature
java.lang.Object
jakarta.xml.ws.WebServiceFeature
org.jboss.wsf.stack.cxf.client.UseNewBusFeature
A JBossWS-CXF custom WebServiceFeature to be used for requesting a new Bus
to be created for building the JAXWS Service.
- Since:
- 28-Aug-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
-
UseNewBusFeature
public UseNewBusFeature() -
UseNewBusFeature
public UseNewBusFeature(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.
-