|
||||||||||
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 | |
protected java.lang.Object |
objectFromXMLMessage(IPC.InputMessage message)
|
java.lang.Object |
postDecode(java.lang.Object contents)
|
java.lang.Object |
preEncode(java.lang.Object contents)
|
Methods inherited from class ix.util.IPC.ObjectStreamCommunicationStrategy |
askNameServer, connectTo, discardAnyConnection, getConnection, getDestinationData, haveConnection, sendObject, sendRequest, setDestinationData, setDestinationTable, setupNameServer, setupNameServerAddress, setupServer |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public IPC.XMLObjectStreamCommunicationStrategy()
Method Detail |
public java.lang.Object preEncode(java.lang.Object contents)
preEncode
in class IPC.ObjectStreamCommunicationStrategy
public java.lang.Object postDecode(java.lang.Object contents)
postDecode
in class IPC.ObjectStreamCommunicationStrategy
protected java.lang.Object objectFromXMLMessage(IPC.InputMessage message)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |