com.sun.xml.ws.api.transport.tcp
Class TcpTransportFeature
java.lang.Object
javax.xml.ws.WebServiceFeature
com.sun.xml.ws.api.transport.tcp.TcpTransportFeature
@ManagedData
public class TcpTransportFeature
- extends WebServiceFeature
TCP transport WebServiceFeature
- Author:
- Alexey Stashok
|
Constructor Summary |
TcpTransportFeature()
This constructor is here to satisfy JAX-WS specification requirements |
TcpTransportFeature(boolean enabled)
This constructor is here to satisfy JAX-WS specification requirements |
| 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
TcpTransportFeature
public TcpTransportFeature()
- This constructor is here to satisfy JAX-WS specification requirements
TcpTransportFeature
public TcpTransportFeature(boolean enabled)
- This constructor is here to satisfy JAX-WS specification requirements
getID
@ManagedAttribute
public String getID()
- Specified by:
getID in class WebServiceFeature
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.