com.sun.xml.ws.api.transport.tcp
Class SelectOptimalTransportFeature
java.lang.Object
javax.xml.ws.WebServiceFeature
com.sun.xml.ws.api.transport.tcp.SelectOptimalTransportFeature
@ManagedData
public class SelectOptimalTransportFeature
- extends WebServiceFeature
Optimized transport WebServiceFeature
- Author:
- Alexey Stashok
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final String ID
- See Also:
- Constant Field Values
SelectOptimalTransportFeature
public SelectOptimalTransportFeature()
- This constructor is here to satisfy JAX-WS specification requirements
SelectOptimalTransportFeature
public SelectOptimalTransportFeature(boolean enabled)
- This constructor is here to satisfy JAX-WS specification requirements
SelectOptimalTransportFeature
public SelectOptimalTransportFeature(boolean enabled,
SelectOptimalTransportFeature.Transport transport)
getID
@ManagedAttribute
public String getID()
- Specified by:
getID in class WebServiceFeature
getTransport
@ManagedAttribute
public SelectOptimalTransportFeature.Transport getTransport()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.