Spring Web Services Framework

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

Packages that use XsdSchema
org.springframework.ws.client.support.interceptor Provides the ClientInterceptor interface, and validating interceptors. 
org.springframework.ws.server.endpoint.interceptor Provides miscellaneous endpoints EndpointInterceptor implementations. 
org.springframework.ws.transport.http Package providing support for handling messages via HTTP. 
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 Provides an abstraction over XSD XML schemas. 
org.springframework.xml.xsd.commons 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 XsdSchema
 void AbstractValidatingInterceptor.setXsdSchema(XsdSchema schema)
          Sets the XsdSchema 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 XsdSchema
 void AbstractValidatingInterceptor.setXsdSchema(XsdSchema schema)
          Sets the XsdSchema to use for validation.
 

Uses of XsdSchema in org.springframework.ws.transport.http
 

Methods in org.springframework.ws.transport.http that return XsdSchema
protected  XsdSchema MessageDispatcherServlet.getXsdSchema(HttpServletRequest request)
          Determines the XsdSchema for a given request, or null if none is found.
 

Methods in org.springframework.ws.transport.http with parameters of type XsdSchema
protected  Source XsdSchemaHandlerAdapter.getSchemaSource(XsdSchema schema)
          Returns the Source 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
 void DefaultWsdl11Definition.setSchema(XsdSchema schema)
          Sets the single XSD schema to inline.
 

Uses of XsdSchema in org.springframework.ws.wsdl.wsdl11.provider
 

Methods in org.springframework.ws.wsdl.wsdl11.provider with parameters of type XsdSchema
 void InliningXsdSchemaTypesProvider.setSchema(XsdSchema schema)
          Sets the single XSD schema to inline.
 

Uses of XsdSchema in org.springframework.xml.xsd
 

Classes in org.springframework.xml.xsd that implement XsdSchema
 class SimpleXsdSchema
          The default XsdSchema implementation.
 

Methods in org.springframework.xml.xsd that return XsdSchema
 XsdSchema[] XsdSchemaCollection.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 XsdSchema
 class CommonsXsdSchema
          Implementation of the XsdSchema interface that uses Apache WS-Commons XML Schema.
 

Methods in org.springframework.xml.xsd.commons that return XsdSchema
 XsdSchema[] CommonsXsdSchemaCollection.getXsdSchemas()
           
 


Spring Web Services Framework

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