Example usage for org.springframework.remoting.httpinvoker SimpleHttpInvokerServiceExporter subclass-usage

List of usage examples for org.springframework.remoting.httpinvoker SimpleHttpInvokerServiceExporter subclass-usage

Introduction

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

Usage

From source file com.seajas.search.utilities.remoting.JsonInvokerServiceExporter.java

/**
 * Transports arguments as JSON.
 @author Pascal S. de Kloe
 */
public class JsonInvokerServiceExporter extends SimpleHttpInvokerServiceExporter {