public class ServiceClientAxisStubAdapter extends Object implements ServiceClient, Serializable
Constructor and Description |
---|
ServiceClientAxisStubAdapter(org.apache.axis.client.Stub stub,
URL url) |
Modifier and Type | Method and Description |
---|---|
void |
addRequestHeader(String name,
String value) |
Collection<CallNode> |
getLastCallTree() |
String |
getLastCopyrightInfo() |
String |
getLastLicenseInfo() |
String |
getLastName() |
Collection<BindingNode> |
getTreeBindings() |
void |
postInvoke() |
void |
preInvoke() |
void |
setPassword(String password) |
void |
setUserId(String userId) |
public ServiceClientAxisStubAdapter(org.apache.axis.client.Stub stub, URL url)
public void setUserId(String userId)
setUserId
in interface ServiceClient
public void setPassword(String password)
setPassword
in interface ServiceClient
public Collection<BindingNode> getTreeBindings()
getTreeBindings
in interface ServiceClient
public void addRequestHeader(String name, String value)
addRequestHeader
in interface ServiceClient
public String getLastName()
getLastName
in interface ServiceClient
public String getLastCopyrightInfo()
getLastCopyrightInfo
in interface ServiceClient
public String getLastLicenseInfo()
getLastLicenseInfo
in interface ServiceClient
public Collection<CallNode> getLastCallTree()
getLastCallTree
in interface ServiceClient
public void preInvoke()
public void postInvoke()