Example usage for org.springframework.remoting.rmi RemoteInvocationSerializingExporter subclass-usage

List of usage examples for org.springframework.remoting.rmi RemoteInvocationSerializingExporter subclass-usage

Introduction

In this page you can find the example usage for org.springframework.remoting.rmi RemoteInvocationSerializingExporter subclass-usage.

Usage

From source file org.jdal.remoting.websocket.WebSocketServiceExporter.java

/**
 * Remote Service Exporter using WebSockets
 * 
 * @author Jose Luis Martin - (jlm@joseluismartin.info)
 * @since 2.0
 */

From source file ch.there.gson.GsonInvokerServiceExporter.java

public class GsonInvokerServiceExporter extends RemoteInvocationSerializingExporter implements HttpHandler {

    @Override
    public void handle(HttpExchange exchange) throws IOException {
        Gson gson = GsonFactory.getGson();