String[] getHeaders(SimpleEvent soapEvent, String actor, boolean removeHeaders)String[] getHeaders(SimpleEvent soapEvent, String actor, boolean removeHeaders)The actor value of null means all immediate children of the SOAP header are retrieved.
A non-null actor means only those headers having SOAP actor attribute same as this actor are retrieved.
| Name | Type | Description |
|---|---|---|
soapEvent | SimpleEvent | The request SOAP event |
actor | String | The actor attribute. Use null to get all headers |
removeHeaders | boolean | from the SOAP headers. Setting this parameter value to true will remove the header. |
| Type | Description |
|---|---|
String[] |