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.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. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractValidatingInterceptor.setXsdSchemaCollection(XsdSchemaCollection schemaCollection)
Sets the
XsdSchemaCollection to use for validation. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractValidatingInterceptor.setXsdSchemaCollection(XsdSchemaCollection schemaCollection)
Sets the
XsdSchemaCollection to use for validation. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultWsdl11Definition.setSchemaCollection(XsdSchemaCollection schemaCollection)
Sets the XSD schema collection to inline.
|
Modifier and Type | Method and Description |
---|---|
XsdSchemaCollection |
InliningXsdSchemaTypesProvider.getSchemaCollection()
Returns the XSD schema collection to inline.
|
Modifier and Type | Method and Description |
---|---|
void |
InliningXsdSchemaTypesProvider.setSchemaCollection(XsdSchemaCollection schemaCollection)
Sets the XSD schema collection to inline.
|
Modifier and Type | Class and Description |
---|---|
class |
CommonsXsdSchemaCollection
Implementation of the
XsdSchemaCollection that uses Apache WS-Commons XML Schema. |
Copyright © 2020 Pivotal Software. All rights reserved.