net.sourceforge.hiveremoting.caucho
Class BurlapRemoteServiceInvoker

java.lang.Object
  extended by net.sourceforge.hiveremoting.caucho.AbstractRemoteServiceInvoker
      extended by net.sourceforge.hiveremoting.caucho.BurlapRemoteServiceInvoker
All Implemented Interfaces:
RemoteServiceInvoker

public class BurlapRemoteServiceInvoker
extends AbstractRemoteServiceInvoker

Author:
Jean-Francois Poilpret

Field Summary
protected  com.caucho.burlap.server.BurlapSkeleton _skeleton
           
 
Fields inherited from class net.sourceforge.hiveremoting.caucho.AbstractRemoteServiceInvoker
_factory, _handler, _secure, _serviceId
 
Constructor Summary
BurlapRemoteServiceInvoker(PublishServiceContribution contrib, com.caucho.hessian.io.SerializerFactory factory)
           
 
Method Summary
protected  void invoke(java.io.InputStream is, java.io.OutputStream os)
           
 
Methods inherited from class net.sourceforge.hiveremoting.caucho.AbstractRemoteServiceInvoker
invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_skeleton

protected final com.caucho.burlap.server.BurlapSkeleton _skeleton
Constructor Detail

BurlapRemoteServiceInvoker

public BurlapRemoteServiceInvoker(PublishServiceContribution contrib,
                                  com.caucho.hessian.io.SerializerFactory factory)
Method Detail

invoke

protected void invoke(java.io.InputStream is,
                      java.io.OutputStream os)
               throws java.lang.Throwable
Specified by:
invoke in class AbstractRemoteServiceInvoker
Throws:
java.lang.Throwable