com.sun.xml.ws.developer
Class HttpConfigFeature
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.
Field Summary |
static String |
ID
Constant value identifying the @HttpConfigFeature feature. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final String ID
- Constant value identifying the
@HttpConfigFeature
feature.
- See Also:
- Constant Field Values
HttpConfigFeature
public HttpConfigFeature()
HttpConfigFeature
public HttpConfigFeature(CookieHandler cookieJar)
getID
public String getID()
- Specified by:
getID
in class WebServiceFeature
getCookieHandler
public CookieHandler getCookieHandler()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.