|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--ix.util.IPC.ObjectStreamCommunicationStrategy
|
+--ix.util.IPC.XMLObjectStreamCommunicationStrategy
A version of ObjectStreamCommunicationStrategy that encodes the message contents in XML rather than serializing.
| Fields inherited from class ix.util.IPC.ObjectStreamCommunicationStrategy |
connectionTable, defaultNameServerAddress, destinationTable, serverDestination |
| Constructor Summary | |
IPC.XMLObjectStreamCommunicationStrategy()
|
|
| Method Summary | |
void |
sendObject(java.lang.Object destination,
java.lang.Object contents)
|
void |
setupServer(java.lang.Object destination,
IPC.MessageListener listener)
|
| Methods inherited from class ix.util.IPC.ObjectStreamCommunicationStrategy |
askNameServer, connectTo, discardAnyConnection, getConnection, getDestinationData, sendRequest, setDestinationData, setDestinationTable, setupNameServer, setupNameServerAddress |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public IPC.XMLObjectStreamCommunicationStrategy()
| Method Detail |
public void sendObject(java.lang.Object destination,
java.lang.Object contents)
sendObject in class IPC.ObjectStreamCommunicationStrategy
public void setupServer(java.lang.Object destination,
IPC.MessageListener listener)
setupServer in class IPC.ObjectStreamCommunicationStrategy
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||