org.apache.axis.transport.http

Class SimpleAxisWorker

public class SimpleAxisWorker extends Object implements Runnable

Field Summary
protected static Loglog
Constructor Summary
SimpleAxisWorker(SimpleAxisServer server, Socket socket)
Method Summary
voidexecute()
The main workhorse method.
static StringgetLocalHost()
One method for all host name lookups.
protected voidinvokeMethodFromGet(String methodName, String args)
booleanmatches(byte[] buf, byte[] target)
does tolower[buf] match the target byte array, up to the target's length?
booleanmatches(byte[] buf, int bufIdx, byte[] target)
Case-insensitive match of a target byte [] to a source byte [], starting from a particular offset into the source.
voidrun()
Run method

Field Detail

log

protected static Log log

Constructor Detail

SimpleAxisWorker

public SimpleAxisWorker(SimpleAxisServer server, Socket socket)

Method Detail

execute

public void execute()
The main workhorse method.

getLocalHost

public static String getLocalHost()
One method for all host name lookups.

invokeMethodFromGet

protected void invokeMethodFromGet(String methodName, String args)

matches

public boolean matches(byte[] buf, byte[] target)
does tolower[buf] match the target byte array, up to the target's length?

matches

public boolean matches(byte[] buf, int bufIdx, byte[] target)
Case-insensitive match of a target byte [] to a source byte [], starting from a particular offset into the source.

run

public void run()
Run method
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.