JwsContext.setUnderstoodInputHeaders(boolean) Method

Call with true if all incoming SOAP headers were understood.

Syntax

public void setUnderstoodInputHeaders(boolean understood)

Parameters

understood

true if all required input headers were understood, false otherwise.

Return Value

None.

Exceptions

None.

Remarks

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.

Related Topics

JwsContext Interface

JwsContext.getUnderstoodInputHeaders() Method

JwsContext.getInputHeaders() Method