<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.erights.org/mediawiki/skins/common/feed.css?207"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Uncaller - Revision history</title>
		<link>http://wiki.erights.org/mediawiki/index.php?title=Uncaller&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.15.5-7</generator>
		<lastBuildDate>Thu, 11 Jun 2026 02:17:56 GMT</lastBuildDate>
		<item>
			<title>Kevin Reid at 02:32, 13 February 2011</title>
			<link>http://wiki.erights.org/mediawiki/index.php?title=Uncaller&amp;diff=2128&amp;oldid=prev</link>
			<guid>http://wiki.erights.org/mediawiki/index.php?title=Uncaller&amp;diff=2128&amp;oldid=prev</guid>
			<description>&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;An [[uncaller]] generates [[portrayal]]s of objects.&lt;br /&gt;
&lt;br /&gt;
Uncallers are used by [[deSubgraphKit]] to convert each object in the graph being serialized into its serializable portrayal.&lt;br /&gt;
&lt;br /&gt;
Original javadoc ({{XXX|Integrate}}):&lt;br /&gt;
&lt;br /&gt;
If &amp;lt;tt&amp;gt;obj&amp;lt;/tt&amp;gt; is neither a bare string nor a scalar, and is transparent to&lt;br /&gt;
&amp;lt;i&amp;gt;this Uncaller&amp;lt;/i&amp;gt;, then &amp;lt;tt&amp;gt;uncaller.optUncall(obj)&amp;lt;/tt&amp;gt; returns a triple&lt;br /&gt;
corresponding to the three arguments of E.call/3:&amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;The receiver&lt;br /&gt;
&amp;lt;li&amp;gt;The &amp;quot;verb&amp;quot;, ie, the message name to call with &amp;lt;li&amp;gt;The list of arguments&lt;br /&gt;
&amp;lt;/ul&amp;gt; Alternatively, uncall may return null to indicate that obj was not&lt;br /&gt;
uncallable by this uncall function.&lt;br /&gt;
&lt;br /&gt;
'''FQN''': &amp;lt;code&amp;gt;org.erights.e.elib.serial.Uncaller&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Protocol==&lt;br /&gt;
&lt;br /&gt;
{{instance msgdoc|optUncall|1|&amp;lt;var&amp;gt;obj&amp;lt;/var&amp;gt;|{{sub|[[nullOK]]|[[Portrayal]]}}}}&lt;br /&gt;
&lt;br /&gt;
Returns a portrayal for &amp;lt;var&amp;gt;obj&amp;lt;/var&amp;gt;, or [[null]] if this uncaller does not handle the provided object.&lt;br /&gt;
&lt;br /&gt;
Original javadoc ({{XXX|Integrate}}):&lt;br /&gt;
&lt;br /&gt;
Returns a description of the call that would reconstruct the argument&lt;br /&gt;
object.&lt;br /&gt;
&lt;br /&gt;
The reconstructing call would proceed not with the elements of this&lt;br /&gt;
description, but with reconstructions of the elements of this&lt;br /&gt;
description. Return null to indicate that this Uncaller has no&lt;br /&gt;
description to offer, in which case another one may be tried.&lt;br /&gt;
&lt;br /&gt;
If a description triple is returned, the elements of this triple must&lt;br /&gt;
not provide any further authority beyond that held by a client who&lt;br /&gt;
already has both this &amp;lt;tt&amp;gt;Uncaller&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;obj&amp;lt;/tt&amp;gt;. In particular,&lt;br /&gt;
if this Uncaller is an authority-diminishing facet on a more powerful&lt;br /&gt;
Uncaller, then this facet may chose to implements its {{msg|optUncall/1}} in&lt;br /&gt;
terms of the underlying's {{msg|optUncall/1}}. It so, it had better be very&lt;br /&gt;
careful to re-diminish the result before returning it. See [[BaseLoader#getOptWrappingUncall/4]] for a convenience to help write such&lt;br /&gt;
wrappers.&lt;br /&gt;
&lt;br /&gt;
@return :nullOk[Tuple[any, String, List]]; either null or a 3-element list of&amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;a receiver object whose reconstruction would&lt;br /&gt;
receive the message &amp;lt;li&amp;gt;a String, which is the name of the&lt;br /&gt;
message to call &amp;lt;li&amp;gt;a list of arguments, whose reconstruction&lt;br /&gt;
are the actual arguments to the call. &amp;lt;/ul&amp;gt;&lt;/div&gt;</description>
			<pubDate>Sun, 13 Feb 2011 02:32:40 GMT</pubDate>			<dc:creator>Kevin Reid</dc:creator>			<comments>http://wiki.erights.org/wiki/Talk:Uncaller</comments>		</item>
	</channel>
</rss>