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 SoapServiceDescriptorServiceException - if the interface could not be retrieved.String getEndpointAddress(String endpointServer) throws MalformedURLException
getEndpointAddress in interface SoapServiceDescriptorMalformedURLExceptionString getVersion()
Copyright © 2015. All Rights Reserved.