Package com.sun.xml.ws.api.message
Class SuppressAutomaticWSARequestHeadersFeature
- java.lang.Object
-
- jakarta.xml.ws.WebServiceFeature
-
- com.sun.xml.ws.api.message.SuppressAutomaticWSARequestHeadersFeature
-
public class SuppressAutomaticWSARequestHeadersFeature extends jakarta.xml.ws.WebServiceFeature
Suppresses automatic generation of WS-Addressing headers in request messages. Use this in cases where required headers will be generated by other means.- Since:
- 2.2.6
-
-
Constructor Summary
Constructors Constructor Description SuppressAutomaticWSARequestHeadersFeature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getID()
-
-
-
Method Detail
-
getID
public String getID()
- Specified by:
getID
in classjakarta.xml.ws.WebServiceFeature
-
-