Module org.glassfish.metro.wsit.api
Package com.sun.xml.ws.api.transport.tcp
Annotation Type SelectOptimalTransport
@Target(TYPE)
@Retention(RUNTIME)
@WebServiceFeatureAnnotation(id="com.sun.xml.ws.transport.SelectOptimalTransportFeature",
bean=SelectOptimalTransportFeature.class)
public @interface SelectOptimalTransport
OptimizedTransport annotation
- Author:
- Alexey Stashok
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanSpecifies if this feature is enabled or disabled.
-
Element Details
-
enabled
boolean enabledSpecifies if this feature is enabled or disabled.- Returns:
- true if feature is enabled
- Default:
true
-
transport
SelectOptimalTransportFeature.Transport transport- Default:
TCP
-