0 Replies Latest reply on Sep 6, 2005 1:27 AM by tom.elrod

    TCP listener

      Going to have to be more specific. There is a plain socket invoker server which will listen for request using plain TCP/IP socket, but requires data to send to it to be recognizable by remoting layer (i.e. the payload sent to be a InvocationRequest object). You could plug in a custom unmarshaller to handle this if know the format of the data coming in and create the InvocationRequest object yourself and pass it on.