public class JaxRpcSoapProxyHelperDefaultImpl extends Object implements JaxRpcSoapProxyHelper
| Constructor and Description |
|---|
JaxRpcSoapProxyHelperDefaultImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getProxy(Class<T> serviceClass,
org.apache.axis.client.Service serviceLocator,
URL endpoint) |
<T> T |
getProxyWithWsSecurity(Class<T> serviceClass,
org.apache.axis.client.Service serviceLocator,
URL endpoint,
String login,
String passwordParameter) |
public <T> T getProxy(Class<T> serviceClass, org.apache.axis.client.Service serviceLocator, URL endpoint)
getProxy in interface JaxRpcSoapProxyHelperpublic <T> T getProxyWithWsSecurity(Class<T> serviceClass, org.apache.axis.client.Service serviceLocator, URL endpoint, String login, String passwordParameter)
getProxyWithWsSecurity in interface JaxRpcSoapProxyHelperCopyright © 2021. All rights reserved.