Uses of Interface
org.springframework.xml.xsd.XsdSchema
Package
Description
Provides the
ClientInterceptor
interface, and validating interceptors.Provides miscellaneous endpoints
EndpointInterceptor
implementations.Package providing support for handling messages via HTTP.
Contains interfaces and classes specific to WSDL 1.1.
Provides a contribution strategy for WSDL definitions.
Provides an abstraction over XSD XML schemas.
Contains a implementation of the
XsdSchema
interfaces that uses Apache WS-Commons XML Schema.-
Uses of XsdSchema in org.springframework.ws.client.support.interceptor
Modifier and TypeMethodDescriptionvoid
AbstractValidatingInterceptor.setXsdSchema
(XsdSchema schema) Sets theXsdSchema
to use for validation. -
Uses of XsdSchema in org.springframework.ws.server.endpoint.interceptor
Modifier and TypeMethodDescriptionvoid
AbstractValidatingInterceptor.setXsdSchema
(XsdSchema schema) Sets theXsdSchema
to use for validation. -
Uses of XsdSchema in org.springframework.ws.transport.http
Modifier and TypeMethodDescriptionprotected XsdSchema
MessageDispatcherServlet.getXsdSchema
(jakarta.servlet.http.HttpServletRequest request) Determines theXsdSchema
for a given request, ornull
if none is found.Modifier and TypeMethodDescriptionprotected Source
XsdSchemaHandlerAdapter.getSchemaSource
(XsdSchema schema) Returns theSource
of the given schema. -
Uses of XsdSchema in org.springframework.ws.wsdl.wsdl11
-
Uses of XsdSchema in org.springframework.ws.wsdl.wsdl11.provider
-
Uses of XsdSchema in org.springframework.xml.xsd
Modifier and TypeMethodDescriptionXsdSchemaCollection.getXsdSchemas()
Returns all schemas contained in this collection. -
Uses of XsdSchema in org.springframework.xml.xsd.commons
Modifier and TypeClassDescriptionclass
Implementation of theXsdSchema
interface that uses Apache WS-Commons XML Schema.