Spring Web Services Framework

Uses of Interface
org.springframework.xml.xsd.XsdSchemaCollection

Packages that use XsdSchemaCollection
org.springframework.ws.server.endpoint.interceptor Provides miscellaneous endpoints EndpointInterceptor implementations. 
org.springframework.ws.wsdl.wsdl11 Contains interfaces and classes specific to WSDL 1.1. 
org.springframework.ws.wsdl.wsdl11.provider Provides a contribution strategy for WSDL definitions. 
org.springframework.xml.xsd.commons Contains a implementation of the XsdSchema interfaces that uses Apache WS-Commons XML Schema. 
 

Uses of XsdSchemaCollection in org.springframework.ws.server.endpoint.interceptor
 

Methods in org.springframework.ws.server.endpoint.interceptor with parameters of type XsdSchemaCollection
 void AbstractValidatingInterceptor.setXsdSchemaCollection(XsdSchemaCollection schemaCollection)
          Sets the XsdSchemaCollection to use for validation.
 

Uses of XsdSchemaCollection in org.springframework.ws.wsdl.wsdl11
 

Methods in org.springframework.ws.wsdl.wsdl11 with parameters of type XsdSchemaCollection
 void 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 XsdSchemaCollection
 XsdSchemaCollection InliningXsdSchemaTypesProvider.getSchemaCollection()
          Returns the XSD schema collection to inline.
 

Methods in org.springframework.ws.wsdl.wsdl11.provider with parameters of type XsdSchemaCollection
 void 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 XsdSchemaCollection
 class CommonsXsdSchemaCollection
          Implementation of the XsdSchemaCollection that uses Apache WS-Commons XML Schema.
 


Spring Web Services Framework

Copyright © 2005-2011 The Spring Web Services Framework. All Rights Reserved.