Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package samples.transport

Class Summary
FileReader Waits for the XML to appear in a file called xml#.req and writes the response in a file called xml#.res
FileSender Just write the XML to a file called xml#.req and wait for the result in a file called xml#.res Not thread-safe - just a dummy sample to show that we can indeed use something other than HTTP as the transport.
FileTest Tests the simple File transport.
FileTransport A File Transport class.