public class SimpleAxisWorker
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
SimpleAxisWorker(SimpleAxisServer server,
java.net.Socket socket) |
Modifier and Type | Method and Description |
---|---|
void |
execute()
The main workhorse method.
|
static java.lang.String |
getLocalHost()
One method for all host name lookups.
|
protected void |
invokeMethodFromGet(java.lang.String methodName,
java.lang.String args) |
boolean |
matches(byte[] buf,
byte[] target)
does tolower[buf] match the target byte array, up to the target's length?
|
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.
|
void |
run()
Run method
|
public SimpleAxisWorker(SimpleAxisServer server, java.net.Socket socket)
public void run()
run
in interface java.lang.Runnable
public void execute()
protected void invokeMethodFromGet(java.lang.String methodName, java.lang.String args) throws java.lang.Exception
java.lang.Exception
public boolean matches(byte[] buf, byte[] target)
public boolean matches(byte[] buf, int bufIdx, byte[] target)
public static java.lang.String getLocalHost()
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.