|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.flat502.rox.server.HttpRequestUnmarshaller
public abstract class HttpRequestUnmarshaller
An abstract base class for request unmarshaller implementations.
Request unmarshallers bridge raw HTTP requests and
RpcCall instances.
Request unmarshallers may be registered on a given
HTTP server using the
HttpRpcServer.registerRequestUnmarshaller(String, HttpRequestUnmarshaller)
method.
| Constructor Summary | |
|---|---|
HttpRequestUnmarshaller()
|
|
| Method Summary | |
|---|---|
abstract RpcCall |
unmarshal(HttpRequestBuffer request,
MethodCallUnmarshallerAid aid)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpRequestUnmarshaller()
| Method Detail |
|---|
public abstract RpcCall unmarshal(HttpRequestBuffer request,
MethodCallUnmarshallerAid aid)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||