Uses of Interface
jakarta.xml.ws.BindingProvider
-
Packages that use BindingProvider Package Description jakarta.xml.ws This package contains the core Jakarta XML Web Services APIs.org.jboss.ws.api.configuration -
-
Uses of BindingProvider in jakarta.xml.ws
Subinterfaces of BindingProvider in jakarta.xml.ws Modifier and Type Interface Description interfaceDispatch<T>TheDispatchinterface provides support for the dynamic invocation of a service endpoint operations. -
Uses of BindingProvider in org.jboss.ws.api.configuration
Methods in org.jboss.ws.api.configuration with parameters of type BindingProvider Modifier and Type Method Description protected voidAbstractClientFeature. initializeBindingProvider(BindingProvider bp)Initializes the provided BindingProvider instanceprotected voidClientConfigFeature. initializeBindingProvider(BindingProvider bp)voidClientConfigurer. setConfigHandlers(BindingProvider bp, String configFile, String configName)Reads a client configuration and setups the handlers in the provided BindingProvider accordingly.static voidClientConfigUtil. setConfigHandlers(BindingProvider bp, String configFile, String configName)Reads a client configuration and setups the handlers in the provided BindingProvider accordingly.
-