public class AxisStubUtil extends Object
Constructor and Description |
---|
AxisStubUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
setMimeHeaders(org.apache.axis.client.Stub stub,
Iterable<Map.Entry<String,Object>> headers) |
static void |
setPassword(org.apache.axis.client.Stub stub,
String password) |
static void |
setSoapHeaders(org.apache.axis.client.Stub stub,
Iterable<Map.Entry<QName,Object>> headers) |
static void |
setTimeout(org.apache.axis.client.Stub stub,
int timeoutMillis) |
static void |
setUrl(org.apache.axis.client.Stub stub,
URL url) |
static void |
setUserName(org.apache.axis.client.Stub stub,
String username) |
static void |
setUserName(org.apache.axis.client.Stub stub,
String username,
boolean httpPreemptive) |
public static void setUrl(org.apache.axis.client.Stub stub, URL url)
public static void setUserName(org.apache.axis.client.Stub stub, String username)
public static void setUserName(org.apache.axis.client.Stub stub, String username, boolean httpPreemptive)
public static void setPassword(org.apache.axis.client.Stub stub, String password)
public static void setTimeout(org.apache.axis.client.Stub stub, int timeoutMillis)
public static void setMimeHeaders(org.apache.axis.client.Stub stub, Iterable<Map.Entry<String,Object>> headers)