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 voidMarshallerRegistry. deregister(Class<?> marshaller)Remove a marshaller from the registry.voidMarshallerRegistry. 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.SessionWrapperRenderingContext. getSession(DocumentModel document)Gets the currentCoreSessionor try to create one.
-