Uses of Interface
jakarta.xml.ws.BindingProvider
Packages that use BindingProvider
Package
Description
This package contains the core Jakarta XML Web Services APIs.
-
Uses of BindingProvider in jakarta.xml.ws
Subinterfaces of BindingProvider in jakarta.xml.wsModifier and TypeInterfaceDescriptioninterfaceDispatch<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 BindingProviderModifier and TypeMethodDescriptionprotected 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.