Package | Description |
---|---|
org.springframework.ws.transport.http |
Package providing support for handling messages via HTTP.
|
org.springframework.ws.wsdl.wsdl11 |
Contains interfaces and classes specific to WSDL 1.1.
|
Modifier and Type | Method and Description |
---|---|
protected WsdlDefinition |
MessageDispatcherServlet.getWsdlDefinition(javax.servlet.http.HttpServletRequest request)
Determines the
WsdlDefinition for a given request, or null if none is found. |
Modifier and Type | Method and Description |
---|---|
void |
WsdlDefinitionHttpHandler.setDefinition(WsdlDefinition definition) |
Constructor and Description |
---|
WsdlDefinitionHttpHandler(WsdlDefinition definition) |
Modifier and Type | Interface and Description |
---|---|
interface |
Wsdl11Definition
Models a WSDL 1.1-specific
WsdlDefinition . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWsdl11Definition
Convenient implementation of
Wsdl11Definition that creates a SOAP 1.1 or 1.2 binding based on naming
conventions in one or more inlined XSD schemas. |
class |
ProviderBasedWsdl4jDefinition
Implementation of the
Wsdl11Definition that uses a provider-based mechanism to populate a WSDL4J Definition . |
class |
SimpleWsdl11Definition
The default
Wsdl11Definition implementation. |
class |
Wsdl4jDefinition
Implementation of the
Wsdl11Definition based on WSDL4J. |
Copyright © 2020 Pivotal Software. All rights reserved.