|
CONFIDENTIAL | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BridgeProvider
Interface that all implementation jars must provide implementations of. In addition, any implementation jar must include a resource called
META-INF/services/com.spectel.bcapi.BridgeProviderthat contains the fully qualified name of all BridgeProvider implementations contained within the JAR.
BridgeFactory| Method Summary | |
|---|---|
Bridge |
createBridge(java.util.Hashtable parameters)
Create the specified bridge instance. |
boolean |
isProviderFor(java.lang.String implType)
Query if the provider supports the specified IMPL_TYPE. |
| Method Detail |
|---|
boolean isProviderFor(java.lang.String implType)
implType - The IMPL_TYPE.
true if this provider supports the specified IMPL_TYPE.
Bridge createBridge(java.util.Hashtable parameters)
throws BridgeException
parameters - Details for the specific Bridge implementation.
BridgeException - if anything went wrong.
|
CONFIDENTIAL | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||