Package org.n52.shetland.w3c.wsa
Class WsaHeader
- java.lang.Object
-
- org.n52.shetland.w3c.wsa.WsaHeader
-
- All Implemented Interfaces:
SoapHeader
- Direct Known Subclasses:
WsaActionHeader,WsaMessageIDHeader,WsaRelatesToHeader,WsaReplyToHeader,WsaToHeader
public abstract class WsaHeader extends Object implements SoapHeader
Class represents a W3C WS-Addressing header- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNamespace()Get the namespace of this headerStringgetValue()booleanisSetValue()voidsetValue(String value)
-
-
-
Constructor Detail
-
WsaHeader
public WsaHeader(String value)
Constructor- Parameters:
value- Value to set
-
-
Method Detail
-
getValue
public String getValue()
- Returns:
- the value
-
setValue
public void setValue(String value)
- Parameters:
value- the value to set
-
isSetValue
public boolean isSetValue()
- Returns:
- if the value is set
-
getNamespace
public String getNamespace()
Description copied from interface:SoapHeaderGet the namespace of this header- Specified by:
getNamespacein interfaceSoapHeader- Returns:
- The namespace
-
-