Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ServicesProvider |
ProviderBasedWsdl4jDefinition.getServicesProvider()
Returns the
ServicesProvider for this definition. |
Modifier and Type | Method and Description |
---|---|
void |
ProviderBasedWsdl4jDefinition.setServicesProvider(ServicesProvider servicesProvider)
Sets the
ServicesProvider for this definition. |
Modifier and Type | Class and Description |
---|---|
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. |
Copyright © 2020 Pivotal Software. All rights reserved.