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