fromXML(Reader) method

This method is deprecated in favor of activate() and loadFromXML.

Syntax

void fromXML ( Reader in ) throws SecException

Parameters

Exceptions

Usage

Replace the existing mappings in this object with those from the supplied Reader object. A call to this method will attempt to store the mappings in the underlying mapping data file as well, if one exists.

ATTENTION: This is a destructive operation and will remove ALL existing mappings!