@editor-info:link Annotation

Specifies the association between a Service control and the web service file (JWS file) from which it was generated.

Syntax

@editor-info:link

autogen="true | false"

autogen-style="java"

source="JwsFileName"

Attributes

autogen

Required. Specifies whether the Service control is automatically updated when the underlying source for the web service is changed.

autogen-style

Required. Specifies the language in which the Service control is auto-generated. At this time, all autogenerated Service controls created in the IDE are generated in Java.

source

Required. Specifies the JWS file on which this control is based.

Remarks

When you create a Service control based on a JWS file in your application, by default the Service control is auto-generated from that JWS file, so that when you modify the JWS file, the Service control is also updated. If you want to sever the association between the Service control and the JWS, you can set the autogen attribute of the @editor-info:link annotation to false. Once you modify the Service control and save it separately from the JWS file, you cannot re-create the association between the two again; you would need to delete the Service control and recreate it from the JWS file.

Related Topics

@editor-info:code-gen