JwsContext.getInputHeaders() Method

Returns the SOAP headers that arrived with the current method invocation message.

Syntax

public org.w3c.dom.Element[] getInputHeaders()

Parameters

None.

Return Value

An array of org.w3c.dom.Element objects containing the SOAP headers that arrived with the current method invocation.

Exceptions

None.

Remarks

The SOAP headers used by WebLogic Workshop to manage conversations are included in the list of headers returned.

Related Topics

JwsContext Interface

JwsContext.getUnderstoodInputHeaders() Method

JwsContext.setUnderstoodInputHeaders(boolean) Method

JwsContext.setOutputHeaders(Element[]) Method