com.sun.xml.ws.rm
Annotation Type MakeConnectionSupported


@Target(value=TYPE)
@Retention(value=RUNTIME)
@WebServiceFeatureAnnotation(id="com.sun.xml.ws.rm.MakeConnectionSupportedFeature",
                             bean=MakeConnectionSupportedFeature.class)
public @interface MakeConnectionSupported


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

enabled

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

Default:
true