public class AxisRequestInterceptor
extends org.apache.axis.transport.http.HTTPSender
Constructor and Description |
---|
AxisRequestInterceptor() |
Modifier and Type | Method and Description |
---|---|
protected void |
getSocket(org.apache.axis.transport.http.SocketHolder sockHolder,
org.apache.axis.MessageContext msgContext,
String protocol,
String host,
int port,
int timeout,
StringBuffer otherHeaders,
org.apache.axis.components.net.BooleanHolder useFullURL) |
static <T> void |
invoke(OutputStream os,
Callable<T> c) |
static void |
removeOutputStreamForCurrentThread() |
static void |
setOutputStreamForCurrentThread(OutputStream os) |
public static <T> void invoke(OutputStream os, Callable<T> c)
protected void getSocket(org.apache.axis.transport.http.SocketHolder sockHolder, org.apache.axis.MessageContext msgContext, String protocol, String host, int port, int timeout, StringBuffer otherHeaders, org.apache.axis.components.net.BooleanHolder useFullURL) throws Exception
getSocket
in class org.apache.axis.transport.http.HTTPSender
Exception
public static void setOutputStreamForCurrentThread(OutputStream os)
public static void removeOutputStreamForCurrentThread()