| Modifier and Type | Field and Description |
|---|---|
protected Serializer |
XRemotingProxyFactory.serializer |
| Modifier and Type | Method and Description |
|---|---|
protected Serializer |
XRemotingProxyFactory.createDefaultSerializer() |
protected Serializer |
XRemotingProxyFactory.createSerializer(Class<? extends Serializer> serializerClass) |
| Modifier and Type | Method and Description |
|---|---|
protected Serializer |
XRemotingProxyFactory.createSerializer(Class<? extends Serializer> serializerClass) |
| Constructor and Description |
|---|
XRemotingProxyFactory(Requester requester,
Serializer serializer)
Creates a factory with the given
Serializer. |
| Constructor and Description |
|---|
XRemotingProxyFactory(Requester requester,
Class<? extends Serializer> serializerClass)
Creates a factory with the given
Serializer implementation class. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyInvokingHelper.invoke(Object target,
InputStream is,
OutputStream os,
Serializer serializer,
Invoker invoker,
InvocationRestriction restriction) |
protected void |
ProxyInvokingHelper.send(OutputStream os,
Object object,
Serializer serializer) |
protected void |
ProxyInvokingHelper.sendResult(OutputStream os,
Object result,
Serializer serializer) |
protected void |
ProxyInvokingHelper.sendThrown(OutputStream os,
Throwable e,
Serializer serializer) |
protected void |
ProxyInvokingHelper.sendThrownThrowingOnSerializationError(OutputStream os,
Throwable t,
Serializer serializer) |
| Constructor and Description |
|---|
XRemotingInvocationHandler(Serializer serializer,
Requester requester) |
| Modifier and Type | Method and Description |
|---|---|
protected Serializer |
XRemotingServlet.createSerializer() |
| Modifier and Type | Class and Description |
|---|---|
class |
XStreamSerializer
Serializer which uses XStream as a serialization engine. |
| Modifier and Type | Field and Description |
|---|---|
protected Serializer |
XRemotingExporter.serializer |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends Serializer> |
XRemotingExporter.serializerClass |
| Modifier and Type | Method and Description |
|---|---|
protected Serializer |
XRemotingExporter.createDefaultSerializer() |
protected Serializer |
XRemotingExporter.createSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
XRemotingExporter.setSerializer(Serializer serializer) |
| Modifier and Type | Method and Description |
|---|---|
void |
XRemotingExporter.setSerializerClass(Class<? extends Serializer> serializerClass) |
Copyright © 2015. All rights reserved.