Ila

Package org.topoweb.ila.protocol

Defines the over-the-wire representation (or other serialization) of some Ila classes and interfaces.

See:
          Description

Interface Summary
ProtocolConstants Constants used to in Ila's XML-based network protocol.
SpiProtocolConstants Constants used to in Ila's service provider network protocol.
 

Class Summary
PLinkNode The XML respresentation of a LinkNode instance.
PLinkTypeAttr Encapsulates the reading and writing of the "link type" attribute.
PMaxCountAttr Encapsulates the reading and writing of the "max count" attribute.
PNode The XML respresentation of a Node instance.
PNodeSet The XML respresentation of a NodeSet instance.
POriAttr Encapsulates the reading and writing of the "ORI" attribute.
PPageAttr Encapsulates the reading and writing the page order attribute.
PRangeAttr Encapsulates the reading and writing the StringRanges as attributes.
PState The XML respresentation of a State instance.
RemoteIla Ila implementation over an XML/DOM protocol.
RemoteMirror Mirror implementation over an XML/DOM protocol.
RemoteRegistrar Registrar implementation over an XML/DOM protocol.
RemoteService Base class for the client-side of our XML/DOM protocol.
RequestParser Parses a request.
 

Exception Summary
IlaProtocolException Encapsulates protocol-related errors.
 

Package org.topoweb.ila.protocol Description

Defines the over-the-wire representation (or other serialization) of some Ila classes and interfaces.


Ila

Copyright (C) 2002 Babak Farhang

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.