public abstract class ServiceClientImpl extends Object implements ServiceClient, Serializable
Constructor and Description |
---|
ServiceClientImpl(URL url) |
Modifier and Type | Method and Description |
---|---|
void |
addRequestHeader(String name,
String value) |
protected <T> T |
convert(Object source,
Class<T> targetClass) |
protected abstract org.apache.axis.client.Stub |
createStub(URL url) |
Collection<CallNode> |
getLastCallTree() |
String |
getLastCopyrightInfo() |
String |
getLastLicenseInfo() |
String |
getLastName() |
Collection<BindingNode> |
getTreeBindings() |
protected Object |
invoke(Object... arguments) |
void |
setPassword(String password) |
protected void |
setUpService(org.apache.axis.client.Service service) |
void |
setUserId(String userId) |
public ServiceClientImpl(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
protected Object invoke(Object... arguments) throws LangridException
LangridException
protected abstract org.apache.axis.client.Stub createStub(URL url) throws javax.xml.rpc.ServiceException
javax.xml.rpc.ServiceException
protected void setUpService(org.apache.axis.client.Service service)