A C D E G I N O R S

I

IComponentHandler - interface org.eclipse.stp.core.saf.handler.IComponentHandler.
This interface must be implemented by all component handlers.
IEditorHandler - interface org.eclipse.stp.core.saf.ui.contribution.IEditorHandler.
Handles requests made to the encompassing editor
IEntryPointHandler - interface org.eclipse.stp.core.saf.handler.IEntryPointHandler.
This interface must be implemented by all entry point handlers.
IExternalServiceHandler - interface org.eclipse.stp.core.saf.handler.IExternalServiceHandler.
This interface must be implemented by all external service handlers.
IHandler - interface org.eclipse.stp.core.saf.handler.IHandler.
This class provides a common interface for all handlers contributed to the framework.
IInterfaceHandler - interface org.eclipse.stp.core.saf.handler.IInterfaceHandler.
This interface must be implemented by all interface handlers.
IInterfaceHandler.IInterfaceLabelProvider - interface org.eclipse.stp.core.saf.handler.IInterfaceHandler.IInterfaceLabelProvider.
The IInterfaceLabelProvider maps an interface object to an optional image and optional text string used to display the element in the viewer's control.
INSTANCE - Static variable in interface org.eclipse.stp.core.saf.ISAFManager
Use this interface to access the ISAFManager singleton implementation.
ISAFManager - interface org.eclipse.stp.core.saf.ISAFManager.
This interface allows interaction with the SOA Assembly Framework.
ISOAPropertiesContribution - interface org.eclipse.stp.core.saf.ui.contribution.ISOAPropertiesContribution.
This class allows an editor to display and update an SOA model.
ISOAPropertiesEntry - interface org.eclipse.stp.core.saf.ui.contribution.ISOAPropertiesEntry.
Describes an entry in the SOAPropertiesRegistry
ITabDescriptor - interface org.eclipse.stp.core.saf.ui.contribution.ITabDescriptor.
Provides details of a tab that is required to display an object using the ISOAPropertiesContribution.
IUIContext - interface org.eclipse.stp.core.saf.IUIContext.
This is the interface of the UI context object that the user program needs to create and pass in as an argument to several methods provided by the handler interfaces.
InvalidOperationException - exception org.eclipse.stp.core.saf.exception.InvalidOperationException.
This exception is thrown by methods in ISAFManager to report errors when an operation invoked by the client program cannot be performed.
InvalidOperationException(String) - Constructor for class org.eclipse.stp.core.saf.exception.InvalidOperationException
Creates an exception object from an error message.
InvalidOperationException(String, Throwable) - Constructor for class org.eclipse.stp.core.saf.exception.InvalidOperationException
Creates an exception object from an error message and another exception.
initialize(String, String, String, String, URL, URL) - Method in class org.eclipse.stp.core.saf.handler.AbstractHandler
 
isInterfaceKindSupported(IInterfaceHandler, boolean) - Method in class org.eclipse.stp.core.saf.handler.AbstractComponentHandler
 
isInterfaceKindSupported(IInterfaceHandler) - Method in class org.eclipse.stp.core.saf.handler.AbstractEntryPointHandler
 
isInterfaceKindSupported(IInterfaceHandler) - Method in class org.eclipse.stp.core.saf.handler.AbstractExternalServiceHandler
 
isInterfaceKindSupported(IInterfaceHandler, boolean) - Method in interface org.eclipse.stp.core.saf.handler.IComponentHandler
Queries if a component of the kind supported by this handler supports interfaces of the kind specified by the given interface handler in its services or references.
isInterfaceKindSupported(IInterfaceHandler) - Method in interface org.eclipse.stp.core.saf.handler.IEntryPointHandler
Queries if an entry point of the kind supported by this handler supports interfaces of the kind specified by the given interface handler in its interface set.
isInterfaceKindSupported(IInterfaceHandler) - Method in interface org.eclipse.stp.core.saf.handler.IExternalServiceHandler
Queries if an external service of the kind supported by this handler supports interfaces of the kind specified by the given interface handler in its interface set.

A C D E G I N O R S