JwsContext.getInputHeaders() Method
Returns the SOAP headers that arrived with the current method invocation message.
public org.w3c.dom.Element[] getInputHeaders()
None.
An array of org.w3c.dom.Element objects containing the SOAP headers that arrived with the current method invocation.
None.
The SOAP headers used by WebLogic Workshop to manage conversations are included in the list of headers returned.
JwsContext.getUnderstoodInputHeaders() Method