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 theBindingsProviderfor this definition.Methods in org.springframework.ws.wsdl.wsdl11 with parameters of type BindingsProviderModifier and TypeMethodDescriptionvoidProviderBasedWsdl4jDefinition.setBindingsProvider(BindingsProvider bindingsProvider) Sets theBindingsProviderfor this definition. -
Uses of BindingsProvider in org.springframework.ws.wsdl.wsdl11.provider
Classes in org.springframework.ws.wsdl.wsdl11.provider that implement BindingsProviderModifier and TypeClassDescriptionclassDefault implementation of theBindingsProviderandServicesProviderinterfaces.classImplementation of theBindingsProviderandServicesProviderinterfaces that are SOAP 1.1 specific.classImplementation of theBindingsProviderandServicesProviderinterfaces that are SOAP 1.2 specific.classImplementation of theBindingsProviderandServicesProviderinterfaces that supports SOAP 1.1 and SOAP 1.2.