Retrieves a service provided by the site.
public synchronized Object getService( Class service )
service
An interface that represents the service. Currently, the only service available is ISelectionService, which can be obtained by passing ISelectionService.class for this parameter.
Returns an object that implements the specified interface. If the site does not support this service, null is returned.