com.sun.xml.ws.rx.mc.api
Annotation Type MakeConnectionSupported


@Target(value=TYPE)
@Retention(value=RUNTIME)
@WebServiceFeatureAnnotation(id="http://docs.oasis-open.org/ws-rx/wsmc/",
                             bean=MakeConnectionSupportedFeature.class)
public @interface MakeConnectionSupported

Author:
Marek Potociar

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


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