public class XRemotingExporter
extends org.springframework.remoting.support.RemoteExporter
implements org.springframework.beans.factory.InitializingBean
| Modifier and Type | Field and Description |
|---|---|
protected Invoker |
invoker |
protected ProxyInvokingHelper |
invokingHelper |
protected InvocationRestriction |
restriction |
protected Serializer |
serializer |
protected Class<? extends Serializer> |
serializerClass |
protected ClassLoader |
serializerClassLoader |
protected String |
serializerClassName |
| Constructor and Description |
|---|
XRemotingExporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected Invoker |
createDefaultInvoker() |
protected Serializer |
createDefaultSerializer() |
protected ProxyInvokingHelper |
createInvokingHelper() |
protected InvocationRestriction |
createRestriction() |
protected Serializer |
createSerializer() |
protected ClassLoader |
getDefaultSerializerClassLoader() |
protected void |
invoke(InputStream is,
OutputStream os) |
void |
setInvoker(Invoker invoker) |
void |
setSerializer(Serializer serializer) |
void |
setSerializerClass(Class<? extends Serializer> serializerClass) |
void |
setSerializerClassLoader(ClassLoader serializerClassLoader) |
void |
setSerializerClassName(String serializerClassName) |
protected Serializer serializer
protected Class<? extends Serializer> serializerClass
protected String serializerClassName
protected ClassLoader serializerClassLoader
protected Invoker invoker
protected ProxyInvokingHelper invokingHelper
protected InvocationRestriction restriction
public void setSerializer(Serializer serializer)
public void setSerializerClass(Class<? extends Serializer> serializerClass)
public void setSerializerClassName(String serializerClassName)
public void setSerializerClassLoader(ClassLoader serializerClassLoader)
public void setInvoker(Invoker invoker)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionprotected Serializer createSerializer() throws InstantiationException, IllegalAccessException, ClassNotFoundException
protected Serializer createDefaultSerializer()
protected ClassLoader getDefaultSerializerClassLoader()
protected Invoker createDefaultInvoker()
protected ProxyInvokingHelper createInvokingHelper()
protected InvocationRestriction createRestriction()
protected void invoke(InputStream is, OutputStream os) throws IOException
IOExceptionCopyright © 2015. All rights reserved.