|
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
Endpoint that unmarshals the request payload, and marshals the response object. |
class |
AbstractStaxEventPayloadEndpoint
Abstract base class for endpoints that handle the message payload with event-based StAX. |
class |
AbstractStaxStreamPayloadEndpoint
Abstract base class for endpoints that handle the message payload with streaming StAX. |
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 |