| Package | Description |
|---|---|
| oracle.fmwplatform.actionframework.api.v2 |
| Modifier and Type | Method and Description |
|---|---|
RemoteProxyActions.RemoteProxyProtocol |
RemoteProxyActions.getProtocol()
Return the protocol used to communicate with the remote action server.
|
static RemoteProxyActions.RemoteProxyProtocol |
RemoteProxyActions.RemoteProxyProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteProxyActions.RemoteProxyProtocol[] |
RemoteProxyActions.RemoteProxyProtocol.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteProxyActions.setProtocol(RemoteProxyActions.RemoteProxyProtocol protocol)
Set the protocol used to communicate with the remote action server.
|