Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractValidatingInterceptor.setXsdSchema(XsdSchema schema)
Sets the
XsdSchema to use for validation. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractValidatingInterceptor.setXsdSchema(XsdSchema schema)
Sets the
XsdSchema to use for validation. |
Modifier and Type | Method and Description |
---|---|
protected XsdSchema |
MessageDispatcherServlet.getXsdSchema(javax.servlet.http.HttpServletRequest request)
Determines the
XsdSchema for a given request, or null if none is found. |
Modifier and Type | Method and Description |
---|---|
protected Source |
XsdSchemaHandlerAdapter.getSchemaSource(XsdSchema schema)
Returns the
Source of the given schema. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultWsdl11Definition.setSchema(XsdSchema schema)
Sets the single XSD schema to inline.
|
Modifier and Type | Method and Description |
---|---|
void |
InliningXsdSchemaTypesProvider.setSchema(XsdSchema schema)
Sets the single XSD schema to inline.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleXsdSchema
The default
XsdSchema implementation. |
Modifier and Type | Method and Description |
---|---|
XsdSchema[] |
XsdSchemaCollection.getXsdSchemas()
Returns all schemas contained in this collection.
|
Modifier and Type | Class and Description |
---|---|
class |
CommonsXsdSchema
Implementation of the
XsdSchema interface that uses Apache WS-Commons XML Schema. |
Modifier and Type | Method and Description |
---|---|
XsdSchema[] |
CommonsXsdSchemaCollection.getXsdSchemas() |
Copyright © 2020 Pivotal Software. All rights reserved.