Class SimpleAxisWorker

java.lang.Object
org.apache.axis.transport.http.SimpleAxisWorker
All Implemented Interfaces:
Runnable

public class SimpleAxisWorker extends Object implements Runnable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static org.apache.commons.logging.Log
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The main workhorse method.
    static String
    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()
    Run method

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • log

      protected static org.apache.commons.logging.Log log
  • Constructor Details

  • Method Details

    • run

      public void run()
      Run method
      Specified by:
      run in interface Runnable
    • execute

      public void execute()
      The main workhorse method.
    • 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.