Uses of Interface
org.springframework.ws.wsdl.wsdl11.provider.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
Modifier and TypeMethodDescriptionProviderBasedWsdl4jDefinition.getBindingsProvider()
Returns theBindingsProvider
for this definition.Modifier and TypeMethodDescriptionvoid
ProviderBasedWsdl4jDefinition.setBindingsProvider
(BindingsProvider bindingsProvider) Sets theBindingsProvider
for this definition. -
Uses of BindingsProvider in org.springframework.ws.wsdl.wsdl11.provider
Modifier 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.