|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageEndpoint | |
---|---|
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. |
Uses of MessageEndpoint in org.springframework.ws.server.endpoint |
---|
Classes in org.springframework.ws.server.endpoint that implement MessageEndpoint | |
---|---|
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). |
Uses of MessageEndpoint in org.springframework.ws.soap.server.endpoint |
---|
Classes in org.springframework.ws.soap.server.endpoint that implement MessageEndpoint | |
---|---|
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. |
|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |