wt.services.ac
Interface ServiceDescriptor

All Known Implementing Classes:
DefaultServiceDescriptor

public interface ServiceDescriptor



Supported API: false

Extendable: false


Method Summary
 String getContextName()
          

Supported API: false
 Object getImplementation()
          

Supported API: false
 String getRequestorName()
          

Supported API: false
 Object getSelector()
          

Supported API: false
 String getServiceName()
          

Supported API: false
 

Method Detail

getImplementation

public Object getImplementation()


Supported API: false

Returns:
Object

getContextName

public String getContextName()


Supported API: false

Returns:
String

getRequestorName

public String getRequestorName()


Supported API: false

Returns:
String

getServiceName

public String getServiceName()


Supported API: false

Returns:
String

getSelector

public Object getSelector()


Supported API: false

Returns:
Object