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
Optimized transport
WebServiceFeature- Author:
- Alexey Stashok
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThis enumeration defines an optimized transport list -
Field Summary
FieldsFields inherited from class jakarta.xml.ws.WebServiceFeature
enabled -
Constructor Summary
ConstructorsConstructorDescriptionThis 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
Methods inherited from class jakarta.xml.ws.WebServiceFeature
isEnabled
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
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 Details
-
getID
- Specified by:
getIDin classWebServiceFeature
-
getTransport
-