Flag overrides in this template.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4878 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -18,13 +18,14 @@ public class ${name}Dispatcher extends InvocationDispatcher
|
|||||||
this.provider = provider;
|
this.provider = provider;
|
||||||
}
|
}
|
||||||
|
|
||||||
// from InvocationDispatcher
|
@Override // documentation inherited
|
||||||
public InvocationMarshaller createMarshaller ()
|
public InvocationMarshaller createMarshaller ()
|
||||||
{
|
{
|
||||||
return new ${name}Marshaller();
|
return new ${name}Marshaller();
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("unchecked") // from InvocationDispatcher
|
@SuppressWarnings("unchecked")
|
||||||
|
@Override // documentation inherited
|
||||||
public void dispatchRequest (
|
public void dispatchRequest (
|
||||||
ClientObject source, int methodId, Object[] args)
|
ClientObject source, int methodId, Object[] args)
|
||||||
throws InvocationException
|
throws InvocationException
|
||||||
|
|||||||
Reference in New Issue
Block a user