Uses of Interface
org.springframework.xml.xsd.XsdSchema
Packages that use 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
Methods in org.springframework.ws.client.support.interceptor with parameters of type XsdSchemaModifier and TypeMethodDescriptionvoid
AbstractValidatingInterceptor.setXsdSchema
(XsdSchema schema) Sets theXsdSchema
to use for validation. -
Uses of XsdSchema in org.springframework.ws.server.endpoint.interceptor
Methods in org.springframework.ws.server.endpoint.interceptor with parameters of type XsdSchemaModifier and TypeMethodDescriptionvoid
AbstractValidatingInterceptor.setXsdSchema
(XsdSchema schema) Sets theXsdSchema
to use for validation. -
Uses of XsdSchema in org.springframework.ws.transport.http
Methods in org.springframework.ws.transport.http that return XsdSchemaModifier and TypeMethodDescriptionprotected XsdSchema
MessageDispatcherServlet.getXsdSchema
(jakarta.servlet.http.HttpServletRequest request) Determines theXsdSchema
for a given request, ornull
if none is found.Methods in org.springframework.ws.transport.http with parameters of type XsdSchemaModifier and TypeMethodDescriptionprotected Source
XsdSchemaHandlerAdapter.getSchemaSource
(XsdSchema schema) Returns theSource
of the given schema. -
Uses of XsdSchema in org.springframework.ws.wsdl.wsdl11
Methods in org.springframework.ws.wsdl.wsdl11 with parameters of type XsdSchema -
Uses of XsdSchema in org.springframework.ws.wsdl.wsdl11.provider
Methods in org.springframework.ws.wsdl.wsdl11.provider with parameters of type XsdSchema -
Uses of XsdSchema in org.springframework.xml.xsd
Classes in org.springframework.xml.xsd that implement XsdSchemaMethods in org.springframework.xml.xsd that return XsdSchemaModifier and TypeMethodDescriptionXsdSchemaCollection.getXsdSchemas()
Returns all schemas contained in this collection. -
Uses of XsdSchema in org.springframework.xml.xsd.commons
Classes in org.springframework.xml.xsd.commons that implement XsdSchemaModifier and TypeClassDescriptionclass
Implementation of theXsdSchema
interface that uses Apache WS-Commons XML Schema.Methods in org.springframework.xml.xsd.commons that return XsdSchema