Process the headers targeted at the actor or role fullfilled by the endpoint. Also processed the
MustUnderstand headers in the incoming SOAP request message. Iterates over all SOAP headers which
should be understood for this role, and determines whether these are supported. Generates a SOAP MustUnderstand
fault if a header is not understood.
Parameters: mappedEndpoint - the mapped EndpointInvocationChain Parameters: messageContext - the message context true if all necessary headers are understood; false otherwise See Also:SoapEndpointInvocationChain.getActorsOrRoles See Also:org.springframework.ws.soap.SoapHeader.examineMustUnderstandHeaderElements(String)
setMustUnderstandFaultString
public void setMustUnderstandFaultString(String mustUnderstandFaultString)(Code)