Package 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 transportWebServiceFeature- Author:
- Alexey Stashok
-
-
Field Summary
Fields Modifier and Type Field Description static StringID-
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
-
-
Constructor Summary
Constructors Constructor Description TcpTransportFeature()This constructor is here to satisfy JAX-WS specification requirementsTcpTransportFeature(boolean enabled)This constructor is here to satisfy JAX-WS specification requirements
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetID()-
Methods inherited from class javax.xml.ws.WebServiceFeature
isEnabled
-
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getID
@ManagedAttribute public String getID()
- Specified by:
getIDin classWebServiceFeature
-
-