Class AbstractClientFeature

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