Uses of Interface
org.springframework.ws.wsdl.WsdlDefinition
Package
Description
Package providing support for handling messages via HTTP.
Contains interfaces and classes specific to WSDL 1.1.
-
Uses of WsdlDefinition in org.springframework.ws.transport.http
Modifier and TypeMethodDescriptionprotected WsdlDefinition
MessageDispatcherServlet.getWsdlDefinition
(jakarta.servlet.http.HttpServletRequest request) Determines theWsdlDefinition
for a given request, ornull
if none is found.Modifier and TypeMethodDescriptionvoid
WsdlDefinitionHttpHandler.setDefinition
(WsdlDefinition definition) -
Uses of WsdlDefinition in org.springframework.ws.wsdl.wsdl11
Modifier and TypeClassDescriptionclass
Convenient implementation ofWsdl11Definition
that creates a SOAP 1.1 or 1.2 binding based on naming conventions in one or more inlined XSD schemas.class
Implementation of theWsdl11Definition
that uses a provider-based mechanism to populate a WSDL4JDefinition
.class
The defaultWsdl11Definition
implementation.class
Implementation of theWsdl11Definition
based on WSDL4J.