Regenerated services.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4883 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -43,13 +43,14 @@ public class AdminDispatcher extends InvocationDispatcher
|
|||||||
this.provider = provider;
|
this.provider = provider;
|
||||||
}
|
}
|
||||||
|
|
||||||
// from InvocationDispatcher
|
@Override // documentation inherited
|
||||||
public InvocationMarshaller createMarshaller ()
|
public InvocationMarshaller createMarshaller ()
|
||||||
{
|
{
|
||||||
return new AdminMarshaller();
|
return new AdminMarshaller();
|
||||||
}
|
}
|
||||||
|
|
||||||
@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
|
||||||
|
|||||||
@@ -45,13 +45,14 @@ public class ChatDispatcher extends InvocationDispatcher
|
|||||||
this.provider = provider;
|
this.provider = provider;
|
||||||
}
|
}
|
||||||
|
|
||||||
// from InvocationDispatcher
|
@Override // documentation inherited
|
||||||
public InvocationMarshaller createMarshaller ()
|
public InvocationMarshaller createMarshaller ()
|
||||||
{
|
{
|
||||||
return new ChatMarshaller();
|
return new ChatMarshaller();
|
||||||
}
|
}
|
||||||
|
|
||||||
@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
|
||||||
|
|||||||
@@ -43,13 +43,14 @@ public class SpeakDispatcher extends InvocationDispatcher
|
|||||||
this.provider = provider;
|
this.provider = provider;
|
||||||
}
|
}
|
||||||
|
|
||||||
// from InvocationDispatcher
|
@Override // documentation inherited
|
||||||
public InvocationMarshaller createMarshaller ()
|
public InvocationMarshaller createMarshaller ()
|
||||||
{
|
{
|
||||||
return new SpeakMarshaller();
|
return new SpeakMarshaller();
|
||||||
}
|
}
|
||||||
|
|
||||||
@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
|
||||||
|
|||||||
@@ -47,13 +47,14 @@ public class CrowdPeerDispatcher extends InvocationDispatcher
|
|||||||
this.provider = provider;
|
this.provider = provider;
|
||||||
}
|
}
|
||||||
|
|
||||||
// from InvocationDispatcher
|
@Override // documentation inherited
|
||||||
public InvocationMarshaller createMarshaller ()
|
public InvocationMarshaller createMarshaller ()
|
||||||
{
|
{
|
||||||
return new CrowdPeerMarshaller();
|
return new CrowdPeerMarshaller();
|
||||||
}
|
}
|
||||||
|
|
||||||
@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
|
||||||
|
|||||||
@@ -43,13 +43,14 @@ public class BodyDispatcher extends InvocationDispatcher
|
|||||||
this.provider = provider;
|
this.provider = provider;
|
||||||
}
|
}
|
||||||
|
|
||||||
// from InvocationDispatcher
|
@Override // documentation inherited
|
||||||
public InvocationMarshaller createMarshaller ()
|
public InvocationMarshaller createMarshaller ()
|
||||||
{
|
{
|
||||||
return new BodyMarshaller();
|
return new BodyMarshaller();
|
||||||
}
|
}
|
||||||
|
|
||||||
@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
|
||||||
|
|||||||
@@ -44,13 +44,14 @@ public class LocationDispatcher extends InvocationDispatcher
|
|||||||
this.provider = provider;
|
this.provider = provider;
|
||||||
}
|
}
|
||||||
|
|
||||||
// from InvocationDispatcher
|
@Override // documentation inherited
|
||||||
public InvocationMarshaller createMarshaller ()
|
public InvocationMarshaller createMarshaller ()
|
||||||
{
|
{
|
||||||
return new LocationMarshaller();
|
return new LocationMarshaller();
|
||||||
}
|
}
|
||||||
|
|
||||||
@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
|
||||||
|
|||||||
@@ -42,13 +42,14 @@ public class TimeBaseDispatcher extends InvocationDispatcher
|
|||||||
this.provider = provider;
|
this.provider = provider;
|
||||||
}
|
}
|
||||||
|
|
||||||
// from InvocationDispatcher
|
@Override // documentation inherited
|
||||||
public InvocationMarshaller createMarshaller ()
|
public InvocationMarshaller createMarshaller ()
|
||||||
{
|
{
|
||||||
return new TimeBaseMarshaller();
|
return new TimeBaseMarshaller();
|
||||||
}
|
}
|
||||||
|
|
||||||
@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