Class UDPConduit

    • Field Detail

      • NETWORK_INTERFACE

        public static final String NETWORK_INTERFACE
        For broadcast/multicast, the specific network interface to use. This can either be a specific java.net.NetworkInterface or a string for NetworkInterface.getByName(String name)
    • Constructor Detail

      • UDPConduit

        public UDPConduit​(org.apache.cxf.ws.addressing.EndpointReferenceType t,
                          Bus bus)
    • 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