Class IsyHttpInvokerServiceExporter
java.lang.Object
org.springframework.remoting.support.RemotingSupport
org.springframework.remoting.support.RemoteExporter
org.springframework.remoting.support.RemoteInvocationBasedExporter
org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
de.bund.bva.isyfact.serviceapi.core.httpinvoker.IsyHttpInvokerServiceExporter
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.InitializingBean,org.springframework.web.HttpRequestHandler
@Deprecated
public class IsyHttpInvokerServiceExporter
extends org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Deprecated.
This module is deprecated and will be removed in a future release.
It is recommended to use REST according to IsyFacts REST Concept instead.
HttpInvokerServiceExporter with disabled RemoteInvocationSerializingExporter.isAcceptProxyClasses().-
Field Summary
Fields inherited from class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
CONTENT_TYPE_SERIALIZED_OBJECTFields inherited from class org.springframework.remoting.support.RemotingSupport
logger -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Default Constructor.IsyHttpInvokerServiceExporter(AufrufKontextVerwalter<?> aufrufKontextVerwalter) Deprecated.Creates a HttpInvokerServiceExporter withRemoteInvocationSerializingExporter.isAcceptProxyClasses()set tofalse. -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Deprecated.Methods inherited from class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
decorateInputStream, decorateOutputStream, readRemoteInvocation, readRemoteInvocation, writeRemoteInvocationResult, writeRemoteInvocationResultMethods inherited from class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
afterPropertiesSet, createObjectInputStream, createObjectOutputStream, doReadRemoteInvocation, doWriteRemoteInvocationResult, getContentType, getProxy, isAcceptProxyClasses, prepare, setAcceptProxyClasses, setContentTypeMethods inherited from class org.springframework.remoting.support.RemoteInvocationBasedExporter
getRemoteInvocationExecutor, invoke, invokeAndCreateResult, setRemoteInvocationExecutorMethods inherited from class org.springframework.remoting.support.RemoteExporter
checkService, checkServiceInterface, getExporterName, getProxyForService, getService, getServiceInterface, setInterceptors, setRegisterTraceInterceptor, setService, setServiceInterfaceMethods inherited from class org.springframework.remoting.support.RemotingSupport
getBeanClassLoader, overrideThreadContextClassLoader, resetThreadContextClassLoader, setBeanClassLoader
-
Constructor Details
-
IsyHttpInvokerServiceExporter
public IsyHttpInvokerServiceExporter()Deprecated.Default Constructor. -
IsyHttpInvokerServiceExporter
Deprecated.Creates a HttpInvokerServiceExporter withRemoteInvocationSerializingExporter.isAcceptProxyClasses()set tofalse.- Parameters:
aufrufKontextVerwalter- for accessing the AufrufKontextVerwalter when handling requests
-
-
Method Details
-
handleRequest
public void handleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException Deprecated.- Specified by:
handleRequestin interfaceorg.springframework.web.HttpRequestHandler- Overrides:
handleRequestin classorg.springframework.remoting.httpinvoker.HttpInvokerServiceExporter- Throws:
javax.servlet.ServletExceptionIOException
-