Annotation Interface RemoteService
Indicates a type is a remotely-invokable service. This may be done with or without proxying.
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionDefines the various remote scope definitions. -
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueNames the remote service. If left blank, the name will be inferred.- Returns:
- the name of the service
- Default:
""
-
scopes
RemoteScope[] scopesDefines the various remote scope definitions.- Returns:
- all
RemoteScope
s within this
-