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
  • Constructor Details

  • Method Details

    • 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
    • getLogger

      protected Logger getLogger()
      Specified by:
      getLogger in class AbstractObservable
      Returns:
      the logger to use