Moduleurn:org:ten60:netkernel:ext:sys
The
dump
accessor is exported by the urn:org:ten60:netkernel:ext:sys module.
Import this module to gain access to the accessor.
Syntax
Argument | Rules | Description | operand | Mandatory | the resource to be serialized | operator | Optional | a document specifying properties for the dump |
Example UsageDPML<instr> <type>dump</type> <operand>var:result</operand> <operator> <path>/xtmp/log/xunit</path> <extension>xml</extension> </operator> <target>this:response</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:dump");
req.addArgument("operand", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |