public class DfaServiceDescriptor extends Object implements AdsServiceDescriptor, AxisCompatible
DfaServiceDescriptor provides a class which defines a service that
can be instantiated through reflection.| Constructor and Description |
|---|
DfaServiceDescriptor(Class<?> interfaceClass,
String version)
Constructor.
|
| 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<?> |
getLocatorClass()
Generates the locator class for this service by using reflection.
|
protected String |
getServiceName()
Generates the name of this service by using reflection.
|
String |
getVersion()
Gets the version for this service.
|
public Class<?> getInterfaceClass()
AdsServiceDescriptorgetInterfaceClass in interface AdsServiceDescriptorgetInterfaceClass in interface SoapServiceDescriptorAdsServiceDescriptor.getInterfaceClass()public Class<?> getLocatorClass() throws ClassNotFoundException
getLocatorClass in interface AxisCompatibleClass<? extends Service> representing the locatorClassNotFoundException - if the formulated locator class name name
could not be foundprotected String getServiceName()
public String getEndpointAddress(String endpointServer)
AdsServiceDescriptorgetEndpointAddress in interface AdsServiceDescriptorgetEndpointAddress in interface SoapServiceDescriptorAdsServiceDescriptor.getEndpointAddress(String)public String getVersion()
AdsServiceDescriptorgetVersion in interface AdsServiceDescriptorAdsServiceDescriptor.getVersion()Copyright © 2015. All Rights Reserved.