| Package | Description |
|---|---|
| org.xins.client |
XINS client framework.
|
| org.xins.common.spec |
API specification classes.
|
| org.xins.server |
XINS server framework.
|
| Modifier and Type | Method and Description |
|---|---|
APISpec |
AbstractCAPI.getAPISpecification()
Get the specification of the API.
|
| Constructor and Description |
|---|
APISpec(Class reference,
String baseURL)
Creates a new instance of
APISpec. |
ErrorCodeSpec(String name,
Class reference,
String baseURL)
Creates a new instance of
ErrorCodeSpec. |
| Modifier and Type | Method and Description |
|---|---|
APISpec |
API.getAPISpecification()
Get the specification of the API.
|
protected String |
SOAPCallingConvention.soapInputValueTransformation(Type parameterType,
String value)
Transforms the value of a input SOAP parameter to the XINS equivalent.
|
protected String |
SOAPCallingConvention.soapOutputValueTransformation(Type parameterType,
String value)
Transforms the value of a output XINS parameter to the SOAP equivalent.
|
See http://www.xins.org/.