public class AxisStubUtil extends Object
Constructor and Description |
---|
AxisStubUtil() |
Modifier and Type | Method and Description |
---|---|
static org.apache.axis.client.Stub |
createStub(Class<?> interfaceClass) |
static Converter |
getConverter() |
static void |
registerStub(Class<?> intf,
Object locator,
String createMethodName) |
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 |
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 org.apache.axis.client.Stub createStub(Class<?> interfaceClass)
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 setMimeHeaders(org.apache.axis.client.Stub stub, Iterable<Map.Entry<String,Object>> headers)
public static void setSoapHeaders(org.apache.axis.client.Stub stub, Iterable<Map.Entry<QName,Object>> headers)
public static Converter getConverter()