com.sun.xml.ws.developer
Class HttpConfigFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by com.sun.xml.ws.developer.HttpConfigFeature

public final class HttpConfigFeature
extends javax.xml.ws.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 java.lang.String ID
          Constant value identifying the HttpConfigFeature feature.
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
HttpConfigFeature()
           
HttpConfigFeature(java.net.CookieHandler cookieJar)
           
 
Method Summary
 java.net.CookieHandler getCookieHandler()
           
 java.lang.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
 

Field Detail

ID

public static final java.lang.String ID
Constant value identifying the HttpConfigFeature feature.

See Also:
Constant Field Values
Constructor Detail

HttpConfigFeature

public HttpConfigFeature()

HttpConfigFeature

public HttpConfigFeature(java.net.CookieHandler cookieJar)
Method Detail

getID

public java.lang.String getID()
Specified by:
getID in class javax.xml.ws.WebServiceFeature

getCookieHandler

public java.net.CookieHandler getCookieHandler()


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