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

Quick Search    Search Deep

samples.transport.tcp.* (6)

samples.transport: Javadoc index of package samples.transport.


Package Samples:

samples.transport.tcp

Classes:

FileTest: Tests the simple File transport. To run: java org.apache.axis.utils.Admin client client_deploy.xml java org.apache.axis.utils.Admin server deploy.xml java samples.transport.FileTest IBM java samples.transport.FileTest XXX
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.
TCPListener: Listen for incoming socket connections on the specified socket. Take incoming messages and dispatch them.
FileReader: Waits for the XML to appear in a file called xml#.req and writes the response in a file called xml#.res
Handler: A stub URLStreamHandler, so the system will recognize our custom URLs as valid.
TCPSender: This is meant to be used on a SOAP Client to call a SOAP server.
AdminClient: An admin client object, which will work with the TCP transport.
FileTransport: A File Transport class.
GetQuote
TCPTransport

Home | Contact Us | Privacy Policy | Terms of Service