| java.lang.Object com.sun.jbi.binding.file.FileReceiver
FileReceiver | class FileReceiver implements Runnable,FileBindingResources(Code) | | The File Reciever class receives the Normalized Message from the NMR and
writes the contents to the directory specified in file.xml
author: Sun Microsystems, Inc. |
Constructor Summary | |
public | FileReceiver(DeliveryChannel bc) Creates the FileReceiver Thread. |
Method Summary | |
public void | run() Blocking call on the service channel to receive the message. | public void | stopReceiving() Stops the receiving thread. |
FileReceiver | public FileReceiver(DeliveryChannel bc)(Code) | | Creates the FileReceiver Thread.
Parameters: bc - Thread group for this receiver |
run | public void run()(Code) | | Blocking call on the service channel to receive the message.
|
stopReceiving | public void stopReceiving()(Code) | | Stops the receiving thread.
|
|
|