@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) public @interface RemoteDestination
| Modifier and Type | Optional Element and Description |
|---|---|
String |
channel |
String[] |
channels |
String |
factory |
String |
id |
String |
scope
Used for pojo services only.
|
String[] |
securityRoles |
Class<? extends RemotingDestinationSecurizer> |
securizer |
String |
service |
String |
source |
public abstract String[] securityRoles
public abstract Class<? extends RemotingDestinationSecurizer> securizer