com.sun.xml.ws.api.message
Class SuppressAutomaticWSARequestHeadersFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by com.sun.xml.ws.api.message.SuppressAutomaticWSARequestHeadersFeature

public class SuppressAutomaticWSARequestHeadersFeature
extends 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

Field Summary
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
SuppressAutomaticWSARequestHeadersFeature()
           
 
Method Summary
 String getID()
           
 
Methods inherited from class javax.xml.ws.WebServiceFeature
isEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuppressAutomaticWSARequestHeadersFeature

public SuppressAutomaticWSARequestHeadersFeature()
Method Detail

getID

public String getID()
Specified by:
getID in class WebServiceFeature


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.