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
  • Constructor Details

    • AbstractClientFeature

      protected AbstractClientFeature(String id)
  • Method Details

    • 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: WebServiceFeature
      Get the unique identifier for this WebServiceFeature.
      Specified by:
      getID in class WebServiceFeature
      Returns:
      the unique identifier for this feature.