Uses of Interface
org.jboss.marshalling.ExceptionListener
Packages that use ExceptionListener
-
Uses of ExceptionListener in org.jboss.marshalling
Fields in org.jboss.marshalling declared as ExceptionListenerModifier and TypeFieldDescriptionprotected final ExceptionListener
AbstractMarshaller.exceptionListener
The configured exception listener.protected final ExceptionListener
AbstractUnmarshaller.exceptionListener
The configured exception listener.private ExceptionListener
MarshallingConfiguration.exceptionListener
static final ExceptionListener
ExceptionListener.NO_OP
An exception listener which does nothing.Methods in org.jboss.marshalling that return ExceptionListenerModifier and TypeMethodDescriptionMarshallingConfiguration.getExceptionListener()
Get the exception listener to use.Methods in org.jboss.marshalling with parameters of type ExceptionListenerModifier and TypeMethodDescriptionvoid
MarshallingConfiguration.setExceptionListener
(ExceptionListener exceptionListener) Set the exception listener to use.