com.liferay.util.axis
Class SimpleHTTPSender

java.lang.Object
  extended byorg.apache.axis.handlers.BasicHandler
      extended byorg.apache.axis.transport.http.HTTPSender
          extended bycom.liferay.util.axis.SimpleHTTPSender
All Implemented Interfaces:
org.apache.axis.Handler, java.io.Serializable

public class SimpleHTTPSender
extends org.apache.axis.transport.http.HTTPSender

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
static java.util.regex.Pattern URL_PATTERN
           
static java.lang.String URL_REGEXP_PATTERN
           
 
Fields inherited from class org.apache.axis.transport.http.HTTPSender
log
 
Fields inherited from class org.apache.axis.handlers.BasicHandler
makeLockable, name, options
 
Constructor Summary
SimpleHTTPSender()
           
 
Method Summary
static java.lang.String getCurrentCookie()
           
 void invoke(org.apache.axis.MessageContext ctx)
           
 
Methods inherited from class org.apache.axis.transport.http.HTTPSender
getSocket, handleCookie
 
Methods inherited from class org.apache.axis.handlers.BasicHandler
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URL_REGEXP_PATTERN

public static final java.lang.String URL_REGEXP_PATTERN

URL_PATTERN

public static final java.util.regex.Pattern URL_PATTERN
Constructor Detail

SimpleHTTPSender

public SimpleHTTPSender()
Method Detail

getCurrentCookie

public static java.lang.String getCurrentCookie()

invoke

public void invoke(org.apache.axis.MessageContext ctx)
            throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault