org.apache.ws.util.test.axis
Class NotSoSimpleAxisWorker

java.lang.Object
  extended byorg.apache.axis.transport.http.SimpleAxisWorker
      extended byorg.apache.ws.util.test.axis.NotSoSimpleAxisWorker
All Implemented Interfaces:
java.lang.Runnable

public class NotSoSimpleAxisWorker
extends org.apache.axis.transport.http.SimpleAxisWorker

Web server that supports SOAP POST requests and arbitrary GET requests.

Author:
Ian P. Springer

Field Summary
 
Fields inherited from class org.apache.axis.transport.http.SimpleAxisWorker
log
 
Constructor Summary
NotSoSimpleAxisWorker(NotSoSimpleAxisServer server, java.net.Socket socket, java.io.File docRootDir)
          Creates a new NotSoSimpleAxisWorker object.
 
Method Summary
 void execute()
          The main workhorse method.
 
Methods inherited from class org.apache.axis.transport.http.SimpleAxisWorker
getLocalHost, invokeMethodFromGet, matches, matches, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotSoSimpleAxisWorker

public NotSoSimpleAxisWorker(NotSoSimpleAxisServer server,
                             java.net.Socket socket,
                             java.io.File docRootDir)
Creates a new NotSoSimpleAxisWorker object.

Parameters:
server - DOCUMENT_ME
socket - DOCUMENT_ME
docRootDir - DOCUMENT_ME
Method Detail

execute

public void execute()
The main workhorse method.



Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.