Package | Description |
---|---|
com.caucho.hessian.client |
Portable client code for using Hessian services.
|
com.caucho.hessian.io | |
com.caucho.hessian.server |
Modifier and Type | Field and Description |
---|---|
private SerializerFactory |
HessianProxyFactory._serializerFactory |
Modifier and Type | Method and Description |
---|---|
SerializerFactory |
HessianProxyFactory.getSerializerFactory()
Gets the serializer factory.
|
Modifier and Type | Method and Description |
---|---|
void |
HessianProxyFactory.setSerializerFactory(SerializerFactory factory)
Sets the serializer factory.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanSerializerFactory
Factory for returning serialization methods.
|
Modifier and Type | Field and Description |
---|---|
protected SerializerFactory |
HessianInput._serializerFactory |
protected SerializerFactory |
Hessian2Input._serializerFactory |
private SerializerFactory |
HessianInputFactory._serializerFactory |
protected SerializerFactory |
AbstractHessianOutput._serializerFactory |
Modifier and Type | Method and Description |
---|---|
SerializerFactory |
Hessian2Input.findSerializerFactory()
Gets the serializer factory, creating a default if necessary.
|
SerializerFactory |
AbstractHessianOutput.findSerializerFactory()
Gets the serializer factory.
|
SerializerFactory |
HessianInput.getSerializerFactory()
Gets the serializer factory.
|
SerializerFactory |
Hessian2Input.getSerializerFactory()
Gets the serializer factory.
|
SerializerFactory |
HessianInputFactory.getSerializerFactory() |
SerializerFactory |
AbstractHessianOutput.getSerializerFactory()
Gets the serializer factory.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractHessianInput.setSerializerFactory(SerializerFactory ser)
Sets the serializer factory.
|
void |
HessianInput.setSerializerFactory(SerializerFactory factory)
Sets the serializer factory.
|
void |
Hessian2Input.setSerializerFactory(SerializerFactory factory)
Sets the serializer factory.
|
void |
HessianInputFactory.setSerializerFactory(SerializerFactory factory) |
void |
AbstractHessianOutput.setSerializerFactory(SerializerFactory factory)
Sets the serializer factory.
|
Modifier and Type | Field and Description |
---|---|
private SerializerFactory |
HessianServlet._serializerFactory |
Modifier and Type | Method and Description |
---|---|
SerializerFactory |
HessianServlet.getSerializerFactory()
Gets the serializer factory.
|
Modifier and Type | Method and Description |
---|---|
void |
HessianServlet.setSerializerFactory(SerializerFactory factory)
Sets the serializer factory.
|