Uses of Interface
org.eclipse.stp.core.saf.handler.IExternalServiceHandler

Packages that use IExternalServiceHandler
org.eclipse.stp.core.saf   
org.eclipse.stp.core.saf.handler   
 

Uses of IExternalServiceHandler in org.eclipse.stp.core.saf
 

Methods in org.eclipse.stp.core.saf that return IExternalServiceHandler
 IExternalServiceHandler[] ISAFManager.getAllExternalServiceHandlers(Context context)
          Returns an array of IExternalServiceHandler for all supported external service kinds.
 IExternalServiceHandler[] ISAFManager.getExternalServiceHandlersFor(Context context, java.lang.Object service)
          This method calls the canCreateExternalServiceFor(Object) method of all external service handlers, passing the service model object.
 IExternalServiceHandler[] ISAFManager.getHandlersFor(org.eclipse.stp.core.sca.ExternalService theExternalService)
          Returns a IExternalServiceHandler for the external service kind of the specified external service or returns null if the external service has no binding.
 

Uses of IExternalServiceHandler in org.eclipse.stp.core.saf.handler
 

Classes in org.eclipse.stp.core.saf.handler that implement IExternalServiceHandler
 class AbstractExternalServiceHandler
          This class is to be extended by all ExternalService handler contributions.