|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HessianProtocolException | |
|---|---|
| com.caucho.burlap.io | |
| com.caucho.hessian.io | |
| com.caucho.hessian.jmx | |
| Uses of HessianProtocolException in com.caucho.burlap.io |
|---|
| Subclasses of HessianProtocolException in com.caucho.burlap.io | |
|---|---|
class |
BurlapProtocolException
Exception for faults when the fault doesn't return a java exception. |
| Uses of HessianProtocolException in com.caucho.hessian.io |
|---|
| Subclasses of HessianProtocolException in com.caucho.hessian.io | |
|---|---|
class |
HessianFieldException
Exception during field reading. |
| Methods in com.caucho.hessian.io that return HessianProtocolException | |
|---|---|
protected HessianProtocolException |
AbstractDeserializer.error(String msg)
|
| Methods in com.caucho.hessian.io that throw HessianProtocolException | |
|---|---|
Deserializer |
SerializerFactory.getDeserializer(Class cl)
Returns the deserializer for a class. |
Deserializer |
ExtSerializerFactory.getDeserializer(Class cl)
Returns the deserializer for a class. |
abstract Deserializer |
AbstractSerializerFactory.getDeserializer(Class cl)
Returns the deserializer for a class. |
Deserializer |
SerializerFactory.getDeserializer(String type)
Returns a deserializer based on a string type. |
Deserializer |
SerializerFactory.getListDeserializer(String type)
Reads the object as a map. |
Deserializer |
SerializerFactory.getListDeserializer(String type,
Class cl)
Reads the object as a map. |
Deserializer |
SerializerFactory.getObjectDeserializer(String type)
Reads the object as a map. |
Deserializer |
SerializerFactory.getObjectDeserializer(String type,
Class cl)
Reads the object as a map. |
Serializer |
SerializerFactory.getObjectSerializer(Class<?> cl)
Returns the serializer for a class. |
Serializer |
SerializerFactory.getSerializer(Class cl)
Returns the serializer for a class. |
Serializer |
ExtSerializerFactory.getSerializer(Class cl)
Returns the serializer for a class. |
abstract Serializer |
AbstractSerializerFactory.getSerializer(Class cl)
Returns the serializer for a class. |
protected Deserializer |
SerializerFactory.loadDeserializer(Class cl)
|
protected Serializer |
SerializerFactory.loadSerializer(Class<?> cl)
|
Object |
SerializerFactory.readList(AbstractHessianInput in,
int length,
String type)
Reads the object as a list. |
Object |
SerializerFactory.readMap(AbstractHessianInput in,
String type)
Reads the object as a map. |
Object |
SerializerFactory.readObject(AbstractHessianInput in,
String type,
String[] fieldNames)
Reads the object as a map. |
| Uses of HessianProtocolException in com.caucho.hessian.jmx |
|---|
| Methods in com.caucho.hessian.jmx that throw HessianProtocolException | |
|---|---|
Deserializer |
JMXSerializerFactory.getDeserializer(Class cl)
Returns the deserializer for a class. |
Serializer |
JMXSerializerFactory.getSerializer(Class cl)
Returns the serializer for a class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||