Uses of Interface
org.springframework.xml.xsd.XsdSchemaCollection
Packages that use 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
Methods in org.springframework.ws.client.support.interceptor with parameters of type XsdSchemaCollectionModifier and TypeMethodDescriptionvoid
AbstractValidatingInterceptor.setXsdSchemaCollection
(XsdSchemaCollection schemaCollection) Sets theXsdSchemaCollection
to use for validation. -
Uses of XsdSchemaCollection in org.springframework.ws.server.endpoint.interceptor
Methods in org.springframework.ws.server.endpoint.interceptor with parameters of type XsdSchemaCollectionModifier and TypeMethodDescriptionvoid
AbstractValidatingInterceptor.setXsdSchemaCollection
(XsdSchemaCollection schemaCollection) Sets theXsdSchemaCollection
to use for validation. -
Uses of XsdSchemaCollection in org.springframework.ws.wsdl.wsdl11
Methods in org.springframework.ws.wsdl.wsdl11 with parameters of type XsdSchemaCollectionModifier and TypeMethodDescriptionvoid
DefaultWsdl11Definition.setSchemaCollection
(XsdSchemaCollection schemaCollection) Sets the XSD schema collection to inline. -
Uses of XsdSchemaCollection in org.springframework.ws.wsdl.wsdl11.provider
Methods in org.springframework.ws.wsdl.wsdl11.provider that return XsdSchemaCollectionModifier and TypeMethodDescriptionInliningXsdSchemaTypesProvider.getSchemaCollection()
Returns the XSD schema collection to inline.Methods in org.springframework.ws.wsdl.wsdl11.provider with parameters of type XsdSchemaCollectionModifier and TypeMethodDescriptionvoid
InliningXsdSchemaTypesProvider.setSchemaCollection
(XsdSchemaCollection schemaCollection) Sets the XSD schema collection to inline. -
Uses of XsdSchemaCollection in org.springframework.xml.xsd.commons
Classes in org.springframework.xml.xsd.commons that implement XsdSchemaCollectionModifier and TypeClassDescriptionclass
Implementation of theXsdSchemaCollection
that uses Apache WS-Commons XML Schema.