String[] getHeaders(SimpleEvent soapEvent, String actor, boolean removeHeaders)
String[] getHeaders(SimpleEvent soapEvent, String actor, boolean removeHeaders)
Name | Type | Description |
---|---|---|
soapEvent | SimpleEvent | The request SOAP event |
actor | String | The actor attribute. Use null to get all headers |
removeHeaders | boolean | As per SOAP specification, if header is processed, it should be removed from the SOAP headers. Setting this parameter value to true will remove the header. |
Type | Description |
---|---|
String[] |