Uses of Class
org.nuxeo.ecm.core.io.registry.MarshallingException
-
Packages that use MarshallingException Package Description org.nuxeo.ecm.core.io.registry org.nuxeo.ecm.core.io.registry.context -
-
Uses of MarshallingException in org.nuxeo.ecm.core.io.registry
Methods in org.nuxeo.ecm.core.io.registry that throw MarshallingException Modifier and Type Method Description void
MarshallerRegistry. deregister(Class<?> marshaller)
Remove a marshaller from the registry.void
MarshallerRegistry. register(Class<?> marshaller)
Makes a marshaller class available. -
Uses of MarshallingException in org.nuxeo.ecm.core.io.registry.context
Methods in org.nuxeo.ecm.core.io.registry.context that throw MarshallingException Modifier and Type Method Description RenderingContext.SessionWrapper
RenderingContext. getSession(DocumentModel document)
Gets the currentCoreSession
or try to create one.
-