com.googlecode.xremoting.spring
Class XRemotingServiceExporter

java.lang.Object
  extended by org.springframework.remoting.support.RemoteExporter
      extended by com.googlecode.xremoting.spring.XRemotingExporter
          extended by com.googlecode.xremoting.spring.XRemotingServiceExporter
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.web.HttpRequestHandler

public class XRemotingServiceExporter
extends XRemotingExporter
implements org.springframework.web.HttpRequestHandler

Service exporter analogous to HttpInvokerServiceExporter which exports XRemoting-based service via HTTP(s).

Author:
Roman Puchkovskiy

Field Summary
 
Fields inherited from class com.googlecode.xremoting.spring.XRemotingExporter
invoker, invokingHelper, restriction, serializer, serializerClass, serializerClassLoader, serializerClassName
 
Fields inherited from class org.springframework.remoting.support.RemoteExporter
logger
 
Constructor Summary
XRemotingServiceExporter()
           
 
Method Summary
 void handleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class com.googlecode.xremoting.spring.XRemotingExporter
afterPropertiesSet, createDefaultInvoker, createDefaultSerializer, createInvokingHelper, createRestriction, createSerializer, getDefaultSerializerClassLoader, invoke, setInvoker, setSerializer, setSerializerClass, setSerializerClassLoader, setSerializerClassName
 
Methods inherited from class org.springframework.remoting.support.RemoteExporter
checkService, checkServiceInterface, getExporterName, getProxyForService, getService, getServiceInterface, isRegisterTraceInterceptor, setRegisterTraceInterceptor, setService, setServiceInterface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XRemotingServiceExporter

public XRemotingServiceExporter()
Method Detail

handleRequest

public void handleRequest(javax.servlet.http.HttpServletRequest request,
                          javax.servlet.http.HttpServletResponse response)
                   throws javax.servlet.ServletException,
                          IOException
Specified by:
handleRequest in interface org.springframework.web.HttpRequestHandler
Throws:
javax.servlet.ServletException
IOException


Copyright © 2012. All Rights Reserved.