public interface JmsDeserializationPolicy
| Modifier and Type | Method and Description |
|---|---|
JmsDeserializationPolicy |
copy() |
boolean |
isTrustedType(JmsDestination destination,
Class<?> clazz)
Returns whether the given class is a trusted type and can be deserialized
by the client when calls to
ObjectMessage.getObject() are made. |
JmsDeserializationPolicy copy()
boolean isTrustedType(JmsDestination destination, Class<?> clazz)
ObjectMessage.getObject() are made.destination - the Destination for the message containing the type to be deserialized.clazz - the Type of the object that is about to be read.Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.