|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Top-level interface for all XOE services.
Method Summary | |
String[] |
getFeatures(String functionality)
This function may return null. |
String[] |
getFunctionalities()
Functionalities are Strings that can be used to differentiate between different kinds of IServices. |
String[] |
getInformation()
Returns extra meta-information about the service as an array of Strings. |
String[] |
getInterfaces(String functionality)
Returns the String names of all the Java interfaces that the IService implements for the given functionality. |
void |
init(org.w3c.dom.Document configDoc)
Services can be configued with a DOM Document. |
Method Detail |
public void init(org.w3c.dom.Document configDoc) throws Exception
public String[] getFunctionalities()
public String[] getInterfaces(String functionality)
public String[] getFeatures(String functionality)
public String[] getInformation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |