Uses of Interface
org.jboss.marshalling.ExceptionListener
-
Packages that use ExceptionListener Package Description org.jboss.marshalling The marshalling API. -
-
Uses of ExceptionListener in org.jboss.marshalling
Fields in org.jboss.marshalling declared as ExceptionListener Modifier and Type Field Description protected ExceptionListener
AbstractMarshaller. exceptionListener
The configured exception listener.protected ExceptionListener
AbstractUnmarshaller. exceptionListener
The configured exception listener.static ExceptionListener
ExceptionListener. NO_OP
An exception listener which does nothing.Methods in org.jboss.marshalling that return ExceptionListener Modifier and Type Method Description ExceptionListener
MarshallingConfiguration. getExceptionListener()
Get the exception listener to use.Methods in org.jboss.marshalling with parameters of type ExceptionListener Modifier and Type Method Description void
MarshallingConfiguration. setExceptionListener(ExceptionListener exceptionListener)
Set the exception listener to use.
-