Class WsAddressingMessageHeaders
java.lang.Object
org.citrusframework.ws.addressing.WsAddressingMessageHeaders
- Since:
- 2.7
- Author:
- Christoph Deppisch
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringWsAddressing action header namestatic final StringWsAddressing faultTo header namestatic final StringWsAddressing from header namestatic final StringWsAddressing message id header namestatic final StringWsAddressing replyTo header namestatic final StringWsAddressing to header namestatic final StringCitrus ws addressing header prefix -
Method Summary
-
Field Details
-
WS_ADDRESSING_PREFIX
Citrus ws addressing header prefix- See Also:
-
MESSAGE_ID
WsAddressing message id header name- See Also:
-
FROM
WsAddressing from header name- See Also:
-
TO
WsAddressing to header name- See Also:
-
REPLY_TO
WsAddressing replyTo header name- See Also:
-
FAULT_TO
WsAddressing faultTo header name- See Also:
-
ACTION
WsAddressing action header name- See Also:
-