|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.remoting.support.RemoteExporter
com.googlecode.xremoting.spring.XRemotingExporter
com.googlecode.xremoting.spring.XRemotingServiceExporter
public class XRemotingServiceExporter
Service exporter analogous to HttpInvokerServiceExporter which
exports XRemoting-based service via HTTP(s).
| 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 |
|---|
public XRemotingServiceExporter()
| Method Detail |
|---|
public void handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
handleRequest in interface org.springframework.web.HttpRequestHandlerjavax.servlet.ServletException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||