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

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

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

Methods in org.eclipse.stp.core.saf that return IEntryPointHandler
 IEntryPointHandler[] ISAFManager.getAllEntryPointHandlers(Context context)
          Returns an array of IEntryPointHandler for all supported entry point kinds.
 IEntryPointHandler[] ISAFManager.getEntryPointHandlersFor(Context context, java.lang.Object service)
          This method calls the canCreateEntryPointFor(Object) method of all external service handlers, passing the service model object.
 IEntryPointHandler[] ISAFManager.getHandlersFor(org.eclipse.stp.core.sca.EntryPoint theEntryPoint)
          Returns a IEntryPointHandler for the entry point kind of the specified entry point or returns null if the entry point has no binding.
 

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

Classes in org.eclipse.stp.core.saf.handler that implement IEntryPointHandler
 class AbstractEntryPointHandler
          This class is to be extended by all EntryPoint handler contributions.