Class AbstractClientFeature

  • Direct Known Subclasses:
    ClientConfigFeature

    public abstract class AbstractClientFeature
    extends jakarta.xml.ws.WebServiceFeature
    Abstract JBoss client JAXWS feature
    Author:
    Alessio Soldano
    • 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​(jakarta.xml.ws.BindingProvider bp)
        Initializes the provided BindingProvider instance
        Parameters:
        bp - binding provider
      • getID

        public String getID()
        Specified by:
        getID in class jakarta.xml.ws.WebServiceFeature