com.sun.xml.ws.api.transport.tcp
Annotation Type SelectOptimalTransport


@Target(value=TYPE)
@Retention(value=RUNTIME)
@WebServiceFeatureAnnotation(id="com.sun.xml.ws.transport.SelectOptimalTransportFeature",
                             bean=SelectOptimalTransportFeature.class)
public @interface SelectOptimalTransport

OptimizedTransport annotation

Author:
Alexey Stashok

Optional Element Summary
 boolean enabled
          Specifies if this feature is enabled or disabled.
 SelectOptimalTransportFeature.Transport transport
           
 

enabled

public abstract boolean enabled
Specifies if this feature is enabled or disabled.

Default:
true

transport

public abstract SelectOptimalTransportFeature.Transport transport
Default:
com.sun.xml.ws.api.transport.tcp.SelectOptimalTransportFeature.Transport.TCP


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.