Package org.mule.soap.api.message
Interface AddressingProperties
public interface AddressingProperties
Representation of Message Addressing Properties
- Since:
- 1.6
-
Method Details
-
getNamespace
String getNamespace()- Returns:
- the namespace URL of the WS-A version.
-
getAction
String getAction()- Returns:
- an identifier that uniquely identifies the semantics implied by this message.
-
getTo
String getTo()- Returns:
- the destination endpoint URL.
-
getFrom
- Returns:
- the source endpoint URL.
-
getMessageId
- Returns:
- the message identifier
-
getRelatesTo
- Returns:
- the identifier of the related message.
-