Package | Description |
---|---|
org.springframework.ws.server.endpoint |
Provides standard endpoint, and
EndpointAdapter implementations. |
org.springframework.ws.soap.server.endpoint |
Provides
EndpointAdapter , EndpointMapping , and EndpointExceptionResolver
implementations for SOAP. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMarshallingPayloadEndpoint
Deprecated.
as of Spring Web Services 2.0, in favor of annotated endpoints
|
class |
AbstractStaxEventPayloadEndpoint
Deprecated.
as of Spring Web Services 2.0, in favor of annotated endpoints
|
class |
AbstractStaxStreamPayloadEndpoint
Deprecated.
as of Spring Web Services 2.0, in favor of annotated endpoints
|
class |
AbstractValidatingMarshallingPayloadEndpoint
Extension of the
AbstractMarshallingPayloadEndpoint which validates the request payload with Validator (s). |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFaultCreatingValidatingMarshallingPayloadEndpoint
Extension of the
AbstractValidatingMarshallingPayloadEndpoint which validates the request payload with Validator (s), and creates a SOAP Fault whenever the request message cannot be validated. |
Copyright © 2005–2015 The Spring Web Services Framework. All rights reserved.