JwsContext.getUnderstoodInputHeaders() Method

Returns the value most recently set by a call to JwsContext.setUnderstoodInputHeaders().

Syntax

public boolean getUnderstoodInputHeaders();

Parameters

None.

Return Value

The value most recently set by a call to JwsContext.setUnderstoodInputHeaders(). false if JwsContext.setUnderstoodInputHeaders() has not been called.

Exceptions

None.

Remarks

None.

Related Topics

JwsContext Interface

JwsContext.getInputHeaders() Method

JwsContext.setUnderstoodInputHeaders(boolean) Method