Package org.n52.shetland.w3c.soap
Interface SoapHeader
-
- All Known Implementing Classes:
WsaActionHeader,WsaHeader,WsaMessageIDHeader,WsaRelatesToHeader,WsaReplyToHeader,WsaToHeader
public interface SoapHeaderTagging interface for SoapHeader implementations.- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNamespace()Get the namespace of this header
-
-
-
Method Detail
-
getNamespace
String getNamespace()
Get the namespace of this header- Returns:
- The namespace
-
-