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 jakarta.xml.ws.WebServiceFeature
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()voidinitialize(Object obj) Initializes the provided JAXWS client component; this is called by the the JBossWS impl of JAXWS Provider.protected voidinitializeBindingProvider(jakarta.xml.ws.BindingProvider bp) Initializes 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
protected void initializeBindingProvider(jakarta.xml.ws.BindingProvider bp) Initializes the provided BindingProvider instance- Parameters:
bp- binding provider
-
getID
- Specified by:
getIDin classjakarta.xml.ws.WebServiceFeature
-