private ClientInvocation createClientInvcation(String operation,
boolean responseExpected)
{
if (currentProfile >= profiles.length) {
throw new NO_RESOURCES();
}
InvocationProfile profile = profiles[currentProfile];
return new ClientInvocation(this, operation, responseExpected, profile);