Uses of Interface
org.springframework.ws.wsdl.wsdl11.provider.BindingsProvider
Packages that use BindingsProvider
Package
Description
Contains interfaces and classes specific to WSDL 1.1.
Provides a contribution strategy for WSDL definitions.
-
Uses of BindingsProvider in org.springframework.ws.wsdl.wsdl11
Methods in org.springframework.ws.wsdl.wsdl11 that return BindingsProviderModifier and TypeMethodDescriptionProviderBasedWsdl4jDefinition.getBindingsProvider()
Returns theBindingsProvider
for this definition.Methods in org.springframework.ws.wsdl.wsdl11 with parameters of type BindingsProviderModifier and TypeMethodDescriptionvoid
ProviderBasedWsdl4jDefinition.setBindingsProvider
(BindingsProvider bindingsProvider) Sets theBindingsProvider
for this definition. -
Uses of BindingsProvider in org.springframework.ws.wsdl.wsdl11.provider
Classes in org.springframework.ws.wsdl.wsdl11.provider that implement BindingsProviderModifier and TypeClassDescriptionclass
Default implementation of theBindingsProvider
andServicesProvider
interfaces.class
Implementation of theBindingsProvider
andServicesProvider
interfaces that are SOAP 1.1 specific.class
Implementation of theBindingsProvider
andServicesProvider
interfaces that are SOAP 1.2 specific.class
Implementation of theBindingsProvider
andServicesProvider
interfaces that supports SOAP 1.1 and SOAP 1.2.