Package org.n52.shetland.w3c.wsa
Class WsaMessageIDHeader
- java.lang.Object
-
- org.n52.shetland.w3c.wsa.WsaHeader
-
- org.n52.shetland.w3c.wsa.WsaMessageIDHeader
-
- All Implemented Interfaces:
SoapHeader
public class WsaMessageIDHeader extends WsaHeader
Class represents a W3C WS-Addressing ID header- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description WsaMessageIDHeader(String value)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WsaRelatesToHeadergetRelatesToHeader()-
Methods inherited from class org.n52.shetland.w3c.wsa.WsaHeader
getNamespace, getValue, isSetValue, setValue
-
-
-
-
Constructor Detail
-
WsaMessageIDHeader
public WsaMessageIDHeader(String value)
Constructor- Parameters:
value- Value to set
-
-
Method Detail
-
getRelatesToHeader
public WsaRelatesToHeader getRelatesToHeader()
- Returns:
- the relates to header
-
-