Package | Description |
---|---|
org.xins.common.manageable |
Interface for manageable objects, with supporting classes.
|
org.xins.server |
XINS server framework.
|
org.xins.server.frontend |
XINS Frontend Framework.
|
Modifier and Type | Method and Description |
---|---|
void |
Manageable.init(Map<String,String> properties)
Performs the initialization procedure (wrapper method).
|
protected void |
Manageable.initImpl(Map<String,String> properties)
Performs the initialization procedure (actual implementation).
|
Modifier and Type | Method and Description |
---|---|
protected void |
XSLTCallingConvention.initImpl(Map<String,String> runtimeProperties) |
protected void |
LoadBalancerInterceptor.initImpl(Map<String,String> properties) |
protected void |
ContextIDInterceptor.initImpl(Map<String,String> properties) |
protected void |
API.initImpl(Map<String,String> runtimeSettings)
Initializes this API.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FrontendCallingConvention.initImpl(Map<String,String> runtimeProperties) |
See http://www.xins.org/.