Uses of Class
org.xins.common.spec.APISpec

Packages that use APISpec
org.xins.client XINS client framework. 
org.xins.common.spec API specification classes. 
org.xins.server XINS server framework. 
 

Uses of APISpec in org.xins.client
 

Methods in org.xins.client that return APISpec
 APISpec AbstractCAPI.getAPISpecification()
          Get the specification of the API.
 

Uses of APISpec in org.xins.common.spec
 

Constructors in org.xins.common.spec with parameters of type APISpec
TestFormPanel(APISpec apiSpec, String functionName, ActionListener submitListener)
          Constructs a new SpecGUI.
 

Uses of APISpec in org.xins.server
 

Methods in org.xins.server that return APISpec
 APISpec API.getAPISpecification()
          Get the specification of the API.
 



See http://www.xins.org/.