public class RemoteHostHttpInvokerServiceExporter
extends org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Constructor and Description |
---|
RemoteHostHttpInvokerServiceExporter() |
Modifier and Type | Method and Description |
---|---|
protected InputStream |
decorateInputStream(javax.servlet.http.HttpServletRequest request,
InputStream is) |
protected OutputStream |
decorateOutputStream(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
OutputStream os) |
handleRequest, readRemoteInvocation, readRemoteInvocation, writeRemoteInvocationResult, writeRemoteInvocationResult
afterPropertiesSet, createObjectInputStream, createObjectOutputStream, doReadRemoteInvocation, doWriteRemoteInvocationResult, getContentType, getProxy, isAcceptProxyClasses, prepare, setAcceptProxyClasses, setContentType
getRemoteInvocationExecutor, invoke, invokeAndCreateResult, setRemoteInvocationExecutor
checkService, checkServiceInterface, getExporterName, getProxyForService, getService, getServiceInterface, setInterceptors, setRegisterTraceInterceptor, setService, setServiceInterface
public RemoteHostHttpInvokerServiceExporter()
protected InputStream decorateInputStream(javax.servlet.http.HttpServletRequest request, InputStream is) throws IOException
decorateInputStream
in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
IOException
protected OutputStream decorateOutputStream(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, OutputStream os) throws IOException
decorateOutputStream
in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
IOException
Copyright © 2021. All rights reserved.