Package com.sun.xml.ws.api.transport.tcp
Class SelectOptimalTransportFeature
- java.lang.Object
-
- jakarta.xml.ws.WebServiceFeature
-
- com.sun.xml.ws.api.transport.tcp.SelectOptimalTransportFeature
-
@ManagedData public class SelectOptimalTransportFeature extends jakarta.xml.ws.WebServiceFeatureOptimized transportWebServiceFeature- Author:
- Alexey Stashok
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSelectOptimalTransportFeature.TransportThis enumeration defines an optimized transport list
-
Constructor Summary
Constructors Constructor Description SelectOptimalTransportFeature()This constructor is here to satisfy JAX-WS specification requirementsSelectOptimalTransportFeature(boolean enabled)This constructor is here to satisfy JAX-WS specification requirementsSelectOptimalTransportFeature(boolean enabled, SelectOptimalTransportFeature.Transport transport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetID()SelectOptimalTransportFeature.TransportgetTransport()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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)
-
-
Method Detail
-
getID
@ManagedAttribute public String getID()
- Specified by:
getIDin classjakarta.xml.ws.WebServiceFeature
-
getTransport
@ManagedAttribute public SelectOptimalTransportFeature.Transport getTransport()
-
-