- java.lang.Object
-
- javax.xml.ws.WebServiceFeature
-
- com.sun.xml.ws.developer.HttpConfigFeature
-
public final class HttpConfigFeature extends WebServiceFeature
A proxy's HTTP configuration (e.g cookie handling) can be configured using this feature. While creating the proxy, this can be passed just like other features.THIS feature IS EXPERIMENTAL AND IS SUBJECT TO CHANGE WITHOUT NOTICE IN FUTURE.
- Author:
- Jitendra Kotamraju
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDConstant value identifying theHttpConfigFeaturefeature.-
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
-
-
Constructor Summary
Constructors Constructor Description HttpConfigFeature()HttpConfigFeature(CookieHandler cookieJar)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CookieHandlergetCookieHandler()StringgetID()-
Methods inherited from class javax.xml.ws.WebServiceFeature
isEnabled
-
-
-
-
Field Detail
-
ID
public static final String ID
Constant value identifying theHttpConfigFeaturefeature.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HttpConfigFeature
public HttpConfigFeature()
-
HttpConfigFeature
public HttpConfigFeature(CookieHandler cookieJar)
-
-
Method Detail
-
getID
public String getID()
- Specified by:
getIDin classWebServiceFeature
-
getCookieHandler
public CookieHandler getCookieHandler()
-
-