public interface AdsServiceDescriptor extends SoapServiceDescriptor
Modifier and Type | Method and Description |
---|---|
String |
getEndpointAddress(String endpointServer)
Gets the endpoint address for this service and server.
|
Class<?> |
getInterfaceClass()
Gets the class representing the RPC interface of the service.
|
String |
getVersion()
Gets the version for this service.
|
Class<?> getInterfaceClass() throws ServiceException
getInterfaceClass
in interface SoapServiceDescriptor
ServiceException
- if the interface could not be retrieved.String getEndpointAddress(String endpointServer) throws MalformedURLException
getEndpointAddress
in interface SoapServiceDescriptor
MalformedURLException
String getVersion()
Copyright © 2018. All Rights Reserved.