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 ExceptionListenerAbstractMarshaller. exceptionListenerThe configured exception listener.protected ExceptionListenerAbstractUnmarshaller. exceptionListenerThe configured exception listener.static ExceptionListenerExceptionListener. NO_OPAn exception listener which does nothing.Methods in org.jboss.marshalling that return ExceptionListener Modifier and Type Method Description ExceptionListenerMarshallingConfiguration. getExceptionListener()Get the exception listener to use.Methods in org.jboss.marshalling with parameters of type ExceptionListener Modifier and Type Method Description voidMarshallingConfiguration. setExceptionListener(ExceptionListener exceptionListener)Set the exception listener to use.
-