Java org.springframework.remoting.caucho HessianServiceExporter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.remoting.caucho HessianServiceExporter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.remoting.caucho HessianServiceExporter.

The text is from its open source code.

Subclass

org.springframework.remoting.caucho.HessianServiceExporter has subclasses.
Click this link to see all its subclasses.

Method

ClassgetServiceInterface()
Return the interface of the service to export.
voidprepare()
Initialize this exporter.
voidsetService(Object service)
Set the service to export.
voidsetServiceInterface(Class serviceInterface)
Set the interface of the service to export.