Parameterize InvocationService on the ClientObject type expected to call the service, and generate

InvocationProviders that take that type instead of just ClientObject.

Also, use the full set of import groupings no matter what. If that's the way we like it, that's the
way we like it.



git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6682 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Charlie Groves
2011-07-07 21:10:49 +00:00
parent d57521996c
commit 01a57a03bf
48 changed files with 147 additions and 74 deletions
@@ -24,6 +24,8 @@ package com.threerings.crowd.data;
import javax.annotation.Generated;
import com.threerings.crowd.client.BodyService;
import com.threerings.presents.data.ClientObject;
import com.threerings.presents.data.InvocationMarshaller;
/**
@@ -35,7 +37,7 @@ import com.threerings.presents.data.InvocationMarshaller;
*/
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
comments="Derived from BodyService.java.")
public class BodyMarshaller extends InvocationMarshaller
public class BodyMarshaller extends InvocationMarshaller<ClientObject>
implements BodyService
{
/** The method id used to dispatch {@link #setIdle} requests. */