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
public abstract class AbstractClientFeature extends WebServiceFeature
Abstract JBoss client JAXWS feature- Author:
- Alessio Soldano
-
-
Field Summary
-
Fields inherited from class jakarta.xml.ws.WebServiceFeature
enabled
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractClientFeature(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetID()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 voidinitializeBindingProvider(BindingProvider bp)Initializes the provided BindingProvider instance-
Methods inherited from class jakarta.xml.ws.WebServiceFeature
isEnabled
-
-
-
-
Constructor Detail
-
AbstractClientFeature
protected AbstractClientFeature(String id)
-
-
Method Detail
-
initialize
public void initialize(Object obj)
Initializes the provided JAXWS client component; this is called by the the JBossWS impl of JAXWS Provider.- Parameters:
obj- client component
-
initializeBindingProvider
protected void initializeBindingProvider(BindingProvider bp)
Initializes the provided BindingProvider instance- Parameters:
bp- binding provider
-
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.
-
-