Class UDPConduit

  • All Implemented Interfaces:
    Conduit, Observable

    public class UDPConduit
    extends AbstractConduit
    A modified version of Apache CXF org.apache.cxf.transport.udp.UDPConduit that does not rely on Apache Mina and directly uses basic java.io for any type of datagram.
    Author:
    alessio.soldano@jboss.com
    • Method Detail

      • prepare

        public void prepare​(Message message)
                     throws IOException
        Description copied from interface: Conduit
        Prepare the message for sending. This will typically involve setting an OutputStream on the message, but it may do nothing at all.
        Parameters:
        message - the message to be sent.
        Throws:
        IOException