Get the transport specification out of the construction path, since it's not a
streamed property of the event. It turns out to be cleaner to just set it in the places where we know that we want a specific transport anyway. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6581 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -32,10 +32,7 @@ public class {{name}}Marshaller extends InvocationMarshaller
|
||||
// from interface {{listenerName}}Marshaller
|
||||
public void {{method.name}} ({{getArgList}})
|
||||
{
|
||||
_invId = null;
|
||||
omgr.postEvent(new InvocationResponseEvent(
|
||||
callerOid, requestId, {{code}},
|
||||
new Object[] { {{getWrappedArgList}} }, transport));
|
||||
sendResponse({{code}}, new Object[] { {{getWrappedArgList}} });
|
||||
}
|
||||
|
||||
{{/methods}}
|
||||
|
||||
Reference in New Issue
Block a user