类 HttpInvokerServiceExporter
- 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
-
- com.alibaba.dubbo.rpc.protocol.http.HttpInvokerServiceExporter
-
- 所有已实现的接口:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanClassLoaderAware
,org.springframework.beans.factory.InitializingBean
,org.springframework.web.HttpRequestHandler
public class HttpInvokerServiceExporter extends org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Wrap InputStream to avoid well-known java serialization security issue.
-
-
构造器概要
构造器 构造器 说明 HttpInvokerServiceExporter()
-
方法概要
-
从类继承的方法 org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
afterPropertiesSet, getContentType, isAcceptProxyClasses, prepare, setAcceptProxyClasses, setContentType
-
从类继承的方法 org.springframework.remoting.support.RemoteInvocationBasedExporter
getRemoteInvocationExecutor, setRemoteInvocationExecutor
-
-