|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BindingsProvider | |
---|---|
org.springframework.ws.wsdl.wsdl11 | Contains interfaces and classes specific to WSDL 1.1. |
org.springframework.ws.wsdl.wsdl11.provider | 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 BindingsProvider | |
---|---|
BindingsProvider |
ProviderBasedWsdl4jDefinition.getBindingsProvider()
Returns the BindingsProvider for this definition. |
Methods in org.springframework.ws.wsdl.wsdl11 with parameters of type BindingsProvider | |
---|---|
void |
ProviderBasedWsdl4jDefinition.setBindingsProvider(BindingsProvider bindingsProvider)
Sets the BindingsProvider for this definition. |
Uses of BindingsProvider in org.springframework.ws.wsdl.wsdl11.provider |
---|
Classes in org.springframework.ws.wsdl.wsdl11.provider that implement BindingsProvider | |
---|---|
class |
DefaultConcretePartProvider
Default implementation of the BindingsProvider and ServicesProvider interfaces. |
class |
Soap11Provider
Implementation of the BindingsProvider and ServicesProvider interfaces that are SOAP 1.1 specific. |
class |
Soap12Provider
Implementation of the BindingsProvider and ServicesProvider interfaces that are SOAP 1.2 specific. |
class |
SoapProvider
Implementation of the BindingsProvider and ServicesProvider interfaces that supports SOAP 1.1 and
SOAP 1.2. |
|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |