com.bea.wli.sb.transports
Interface TransportProviderFactory
public interface TransportProviderFactory
This interface is the extension point to plug custom OSB transports in Eclipse.
The implementation must declare the default class constructor.
registerProvider
void registerProvider(TransportManager tm)
throws TransportException
- Registers a new provider with the transport manager. Typically called
by the OSB core eclipse plugin.
- Parameters:
tm - the transport manager to which to register
- Throws:
TransportException
getId
java.lang.String getId()
- Returns:
- a unique string that identifies this provider, like “http”
This method must return the same ID than provider.getId()