| com.uwyn.rife.xml.Xml2Data com.uwyn.rife.rep.Xml2BlockingRepository
Xml2BlockingRepository | public class Xml2BlockingRepository extends Xml2Data (Code) | | Processes a Rep XML document and add all the declared
participants to a BlockingRepository .
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ See Also: BlockingRepository since: 1.0 |
addRepParticipants | public void addRepParticipants(String resource, ResourceFinder resourcefinder) throws XmlErrorException(Code) | | Adds all the participants of a provided resource to the repository.
Parameters: resource - the name of the resource that contains the declarationof the participatns. Parameters: resourcefinder - a ResourceFinder that will be usedto retrieve the resource exception: XmlErrorException - if an error occurs during the processingof the document |
characters | public void characters(char[] ch, int start, int length)(Code) | | |
|
|