ClientRouting Property
Client routing capabilities of the Financial Institution.
Syntax
public int getClientRouting(); public void setClientRouting(int clientRouting);
Enumerated values: public final static int crNone = 0; public final static int crService = 1; public final static int crMessageSet = 2;
Remarks
crNone (0) | Client cannot perform any routing, URLs must all be the same, and all message sets share one signon realm. |
crService (1) | Client can perform limited routing. |
crMessageSet (2) | Client can route at the message-set level. Each message set can have a different URL and/or signon realm. |
Default Value
0