当前页面:
在线文档首页 >
JBoss 3.2.7 jaxrpc API Documentation 英文版文档
SimpleAxisWorker (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档
org.apache.axis.transport.http
Class SimpleAxisWorker
java.lang.Object
org.apache.axis.transport.http.SimpleAxisWorker
- All Implemented Interfaces:
- Runnable
- public class SimpleAxisWorker
- extends Object
- implements Runnable
Method Summary |
static String |
getLocalHost()
One method for all host name lookups. |
protected void |
invokeMethodFromGet(String methodName,
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()
The main workhorse method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleAxisWorker
public SimpleAxisWorker(SimpleAxisServer server,
Socket socket)
run
public void run()
- The main workhorse method.
- Specified by:
run
in interface Runnable
invokeMethodFromGet
protected void invokeMethodFromGet(String methodName,
String args)
throws Exception
- Throws:
Exception
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.
getLocalHost
public static String getLocalHost()
- One method for all host name lookups.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.