protected static class SOAPRoleTest.MyRolePlayer extends java.lang.Object implements RolePlayer
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List |
roles |
(package private) boolean |
ultimateReceiver |
| Constructor and Description |
|---|
MyRolePlayer(boolean ultimateReceiver) |
MyRolePlayer(boolean ultimateReceiver,
java.lang.String[] roles) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getRoles()
Get a list of the roles supported.
|
boolean |
isUltimateDestination()
Are we the ultimate destination?
|
public MyRolePlayer(boolean ultimateReceiver)
public MyRolePlayer(boolean ultimateReceiver,
java.lang.String[] roles)
public java.util.List getRoles()
RolePlayergetRoles in interface RolePlayerpublic boolean isUltimateDestination()
RolePlayerisUltimateDestination in interface RolePlayer