ix.util
Class IPC.SimpleIXXMLCommunicationStrategy

java.lang.Object
  extended by ix.util.ipc.SerializedCommunicationStrategy
      extended by ix.util.IPC.XMLObjectStreamCommunicationStrategy
          extended by ix.util.IPC.SimpleIXXMLCommunicationStrategy
All Implemented Interfaces:
IPC.CommunicationStrategy
Direct Known Subclasses:
XMLSendTest.TestStrategy
Enclosing class:
IPC

public static class IPC.SimpleIXXMLCommunicationStrategy
extends IPC.XMLObjectStreamCommunicationStrategy

An XMLObjectStream communication strategy for I-X agents. It encodes the message contents in XML rather than serializing.


Nested Class Summary
 
Nested classes/interfaces inherited from class ix.util.ipc.SerializedCommunicationStrategy
SerializedCommunicationStrategy.ObjectStreamNameServer, SerializedCommunicationStrategy.ObjectStreamServer
 
Constructor Summary
IPC.SimpleIXXMLCommunicationStrategy()
           
 
Method Summary
 
Methods inherited from class ix.util.IPC.XMLObjectStreamCommunicationStrategy
postDecode, preEncode
 
Methods inherited from class ix.util.ipc.SerializedCommunicationStrategy
sendObject, sendRequest, setDestinationAddress, setupNameServer, setupNameServerAddress, setupServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IPC.SimpleIXXMLCommunicationStrategy

public IPC.SimpleIXXMLCommunicationStrategy()