Package org.jboss.ws.api.configuration
Class AbstractClientFeature
java.lang.Object
jakarta.xml.ws.WebServiceFeature
org.jboss.ws.api.configuration.AbstractClientFeature
- Direct Known Subclasses:
ClientConfigFeature
Abstract JBoss client JAXWS feature
- Author:
- Alessio Soldano
-
Field Summary
Fields inherited from class jakarta.xml.ws.WebServiceFeature
enabled -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetID()Get the unique identifier for this WebServiceFeature.voidinitialize(Object obj) Initializes the provided JAXWS client component; this is called by the the JBossWS impl of JAXWS Provider.protected voidInitializes the provided BindingProvider instanceMethods inherited from class jakarta.xml.ws.WebServiceFeature
isEnabled
-
Constructor Details
-
AbstractClientFeature
-
-
Method Details
-
initialize
Initializes the provided JAXWS client component; this is called by the the JBossWS impl of JAXWS Provider.- Parameters:
obj- client component
-
initializeBindingProvider
Initializes the provided BindingProvider instance- Parameters:
bp- binding provider
-
getID
Description copied from class:WebServiceFeatureGet the unique identifier for this WebServiceFeature.- Specified by:
getIDin classWebServiceFeature- Returns:
- the unique identifier for this feature.
-