public interface 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.
|
Class<?> getInterfaceClass() throws ServiceException
ServiceException - if the interface could not be retrieved.String getEndpointAddress(String endpointServer) throws MalformedURLException
MalformedURLException - if the URL cannot be createdCopyright © 2015. All Rights Reserved.