Uses of Interface
org.springframework.xml.xsd.XsdSchemaCollection
Package
Description
Provides the
ClientInterceptor
interface, and validating interceptors.Provides miscellaneous endpoints
EndpointInterceptor
implementations.Contains interfaces and classes specific to WSDL 1.1.
Provides a contribution strategy for WSDL definitions.
Contains a implementation of the
XsdSchema
interfaces that uses Apache WS-Commons XML Schema.-
Uses of XsdSchemaCollection in org.springframework.ws.client.support.interceptor
Modifier and TypeMethodDescriptionvoid
AbstractValidatingInterceptor.setXsdSchemaCollection
(XsdSchemaCollection schemaCollection) Sets theXsdSchemaCollection
to use for validation. -
Uses of XsdSchemaCollection in org.springframework.ws.server.endpoint.interceptor
Modifier and TypeMethodDescriptionvoid
AbstractValidatingInterceptor.setXsdSchemaCollection
(XsdSchemaCollection schemaCollection) Sets theXsdSchemaCollection
to use for validation. -
Uses of XsdSchemaCollection in org.springframework.ws.wsdl.wsdl11
Modifier and TypeMethodDescriptionvoid
DefaultWsdl11Definition.setSchemaCollection
(XsdSchemaCollection schemaCollection) Sets the XSD schema collection to inline. -
Uses of XsdSchemaCollection in org.springframework.ws.wsdl.wsdl11.provider
Modifier and TypeMethodDescriptionInliningXsdSchemaTypesProvider.getSchemaCollection()
Returns the XSD schema collection to inline.Modifier and TypeMethodDescriptionvoid
InliningXsdSchemaTypesProvider.setSchemaCollection
(XsdSchemaCollection schemaCollection) Sets the XSD schema collection to inline. -
Uses of XsdSchemaCollection in org.springframework.xml.xsd.commons
Modifier and TypeClassDescriptionclass
Implementation of theXsdSchemaCollection
that uses Apache WS-Commons XML Schema.