JwsContext.setUnderstoodInputHeaders(boolean) Method
Call with true if all incoming SOAP headers were understood.
public void setUnderstoodInputHeaders(boolean understood)
understood
true if all required input headers were understood, false otherwise.
None.
None.
If any SOAP headers with mustUnderstand set are present and setUnderstoodInputHeaders() is not called with true, a SOAP fault will be returned to the client.