The Spring Framework

org.springframework.remoting.caucho
Class Hessian1SkeletonInvoker

java.lang.Object
  extended by org.springframework.remoting.caucho.HessianSkeletonInvoker
      extended by org.springframework.remoting.caucho.Hessian1SkeletonInvoker

 class Hessian1SkeletonInvoker
extends HessianSkeletonInvoker

Concrete HessianSkeletonInvoker for the Hessian 1 protocol (version 3.0.19 or lower).

Since:
2.0
Author:
Juergen Hoeller

Field Summary
 
Fields inherited from class org.springframework.remoting.caucho.HessianSkeletonInvoker
serializerFactory, skeleton
 
Constructor Summary
Hessian1SkeletonInvoker(com.caucho.hessian.server.HessianSkeleton skeleton, com.caucho.hessian.io.SerializerFactory serializerFactory)
           
 
Method Summary
 void invoke(InputStream inputStream, OutputStream outputStream)
          Invoke the given skeleton based on the given input/output streams.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hessian1SkeletonInvoker

public Hessian1SkeletonInvoker(com.caucho.hessian.server.HessianSkeleton skeleton,
                               com.caucho.hessian.io.SerializerFactory serializerFactory)
Method Detail

invoke

public void invoke(InputStream inputStream,
                   OutputStream outputStream)
            throws Throwable
Description copied from class: HessianSkeletonInvoker
Invoke the given skeleton based on the given input/output streams.

Specified by:
invoke in class HessianSkeletonInvoker
Parameters:
inputStream - the stream containing the Hessian input
outputStream - the stream to receive the Hessian output
Throws:
Throwable - if the skeleton invocation failed

The Spring Framework

Copyright © 2002-2006 The Spring Framework.