EndpointMapping implement that adds SOAP actors or roles to a delegate endpoint. Delegates to another
EndpointMapping, set by delegate, and adds the actors or roles specified by
actorsOrRoles.
This endpoint mapping makes it possible to set actors/roles on a specific endpoint, without making the all endpoint
mappings depend on SOAP-specific functionality. For normal use, setting an actor or role on an endpoint is not
required, the default 'next' role is sufficient.
It is only in a scenario when a certain endpoint act as a SOAP intermediary for another endpoint, as described in the
SOAP specificication, this mapping is useful.
author: Arjen Poutsma See Also:org.springframework.ws.soap.SoapHeader.examineMustUnderstandHeaderElements(String) See Also:org.springframework.ws.soap.SoapVersion.getNextActorOrRoleUri since: 1.0.0
getEndpoint(MessageContext messageContext) Creates a new SoapEndpointInvocationChain based on the delegate endpoint, the delegate interceptors,
and set actors/roles.