EndpointAdapter
Offers the message payload as a DOM Element, and allows subclasses to create a response by returning an Element.
Element
An AbstractDomPayloadEndpoint only accept one payload element.
AbstractDomPayloadEndpoint
Offers the message payload as a JDOM Element , and allows subclasses to create a response by returning an Element.
EndpointInterceptor
WebServiceMessage
ContentHandler
The main entrypoint is MessageEndpoint.invoke(MessageContext) , which gets invoked with the message context.