|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.wsinfra.wse.matching.MatchingCapabilityFactory
public class MatchingCapabilityFactory
This is a class which allows users to register their custom engines at run-time. For e.g. there could implementations of this for XPath, XQuery, String Topics and Regular Expressions. Other custom capabilities can be added by the developers and registered at run-time.
| Method Summary | |
|---|---|
MatchingCapability |
getCapability(String dialect)
Retrieves the matching capability corresponding to a specific dialect. |
static MatchingCapabilityFactory |
getInstance()
|
Enumeration |
getSupportedDialects()
Gets the list of dialects registered with this Factory |
boolean |
isSupportedDialect(String dialect)
Check to see if capabilities related to a specific dialect has been registered |
void |
registerMatchingCapability(MatchingCapability matchingCapability)
Register a specific capability. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static MatchingCapabilityFactory getInstance()
public Enumeration getSupportedDialects()
public boolean isSupportedDialect(String dialect)
public MatchingCapability getCapability(String dialect)
public void registerMatchingCapability(MatchingCapability matchingCapability)
throws DeploymentException
DeploymentException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||