|
The Spring Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.remoting.caucho.HessianSkeletonInvoker
abstract class HessianSkeletonInvoker
Internal invoker strategy for a Hessian skeleton. Allows for common handling of Hessian protocol version 1 and 2.
| Field Summary | |
|---|---|
protected com.caucho.hessian.io.SerializerFactory |
serializerFactory
Hessian SerializerFactory (if any), available to subclasses. |
protected com.caucho.hessian.server.HessianSkeleton |
skeleton
Wrapped HessianSkeleton, available to subclasses. |
| Constructor Summary | |
|---|---|
HessianSkeletonInvoker(com.caucho.hessian.server.HessianSkeleton skeleton,
com.caucho.hessian.io.SerializerFactory serializerFactory)
Create a new HessianSkeletonInvoker for the given skeleton. |
|
| Method Summary | |
|---|---|
abstract 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 |
| Field Detail |
|---|
protected final com.caucho.hessian.server.HessianSkeleton skeleton
protected final com.caucho.hessian.io.SerializerFactory serializerFactory
| Constructor Detail |
|---|
public HessianSkeletonInvoker(com.caucho.hessian.server.HessianSkeleton skeleton,
com.caucho.hessian.io.SerializerFactory serializerFactory)
skeleton - the HessianSkeleton to wrapserializerFactory - the Hessian SerializerFactory to use, if any| Method Detail |
|---|
public abstract void invoke(InputStream inputStream,
OutputStream outputStream)
throws Throwable
inputStream - the stream containing the Hessian inputoutputStream - the stream to receive the Hessian output
Throwable - if the skeleton invocation failed
|
The Spring Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||