Package wt.method

Annotation Interface RemoteInterface


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface RemoteInterface
Indicates that the methods of an interface can be invoked remotely by the RemoteMethodServer. RemoteInterface implementations are used in conjunction with a RemoteAccessProxy.

This annotation shares similar semantics wtih the <<RemoteInterface>> stereotype in Windchill code generation, and is typically used to denote remote Windchill services.

Supported API: true

Extendable: false