com.caucho.ejb.burlap
Class NameContextSkeleton
java.lang.Object
com.caucho.ejb.protocol.Skeleton
com.caucho.ejb.burlap.NameContextSkeleton
public class NameContextSkeleton
- extends Skeleton
Base class for any bean skeleton capable of handling a Burlap 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.
|
Field Summary |
protected static java.util.logging.Logger |
log
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final java.util.logging.Logger log
_service
public void _service(java.io.InputStream is,
java.io.OutputStream os)
throws java.lang.Exception
- Services the request.
- Specified by:
_service in class Skeleton
- Parameters:
is - the raw input stream from the servlet requestos - the raw output stream to the servlet response
- Throws:
java.lang.Exception
executeUnknown
protected void executeUnknown(java.lang.String method,
BurlapInput in,
BurlapOutput out)
throws java.lang.Exception
- Executes an unknown method.
- Parameters:
method - the method name to match.in - the burlap input streamout - the burlap output stream
- Throws:
java.lang.Exception