|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.ejb.protocol.Skeleton
com.caucho.ejb.hessian.NameContextSkeleton
public class NameContextSkeleton
Base class for any bean skeleton capable of handling a Hessian request.
Once selected, the calling servlet will dispatch the request through the_service call. After parsing the request headers,
_service calls the generated entry _execute
to execute the request.
| Method Summary | |
|---|---|
void |
_service(java.io.InputStream is,
java.io.OutputStream os)
Services the request. |
protected void |
executeUnknown(java.lang.String method,
HessianInput in,
HessianOutput out)
Executes an unknown method. |
| Methods inherited from class com.caucho.ejb.protocol.Skeleton |
|---|
_service, setDebug |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void _service(java.io.InputStream is,
java.io.OutputStream os)
throws java.lang.Exception
_service in class Skeletonis - the raw input stream from the servlet requestos - the raw output stream to the servlet response
java.lang.Exception
protected void executeUnknown(java.lang.String method,
HessianInput in,
HessianOutput out)
throws java.lang.Exception
method - the method name to match.in - the hessian input streamout - the hessian output stream
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||