Extensions Reference
Overview
An extension, which is more commonly referred to as a plug-in on other platforms, serves to "extend" the behavior of the alakai system. For additional information regarding extensions and how they are used please refer to the extensions section of the user-guide. Note that Features, which are special type of extension, are listed separately.
If you've created a new extension, and you'd like to share it with the rest of the world, send an email to developers@alakai.org, and we'll add it to the list below. On behalf of the rest of the world, we'd like to thank you for your contributions :-)
Extensions
| Extension | Description | Schema | Usage | Providers | JIRA |
|---|---|---|---|---|---|
| Applications | |||||
| DefaultApplication | A "default" application implementation which delegates to user defined provider. | schema | usage | providers | JIRA |
| SpringApplication | Encapsulates behavior defined by the spring application framework | schema | usage | providers | JIRA |
| SMPLApplication | A SMPL Application is an XML based 'SiMple Process Language' implementation. | schema | usage | providers | JIRA |
| Bindings | |||||
| HTTPBinding | A binding implementation which processes 'plain old xml' messages over HTTP. | schema | usage | providers | JIRA |
| SOAPBinding | Binds SOAP messaging protocol to an extensible set of transmission protocols. | schema | usage | providers | JIRA |
| Connectors | |||||
| DataSourceConnector | A connector which is used to connect to a DBMS provider. | schema | usage | providers | JIRA |
| JMSConnector | A connector which is used to connect to a JMS provider. | schema | usage | providers | JIRA |
| Containers | |||||
| StandaloneContainer | A 'standalone' container implementation. | schema | usage | providers | JIRA |
| Engines | |||||
| DefaultEngine | Implements, i.e. executes, a 'default application' instance. | schema | usage | providers | JIRA |
| SpringEngine | Implements, i.e. executes, a 'spring application' instance. | schema | usage | providers | JIRA |
| SMPLEngine | Implements, i.e. executes, a 'SMPL application' instance. | schema | usage | providers | JIRA |
| Expressions | |||||
| XPathExpression | Conforms to version 1.0 of XPath language specification. | schema | usage | providers | JIRA |
| Messages | |||||
| DefaultMessage | A default message implementation. | schema | usage | providers | JIRA |
| AxiomMessage | A message impl which uses the axiom xml object model. | schema | usage | providers | JIRA |
| Policy | |||||
| WSPolicy | A policy document which conforms to version 1.5 of the WS-Policy specification. | schema | usage | providers | JIRA |
| Schemas | |||||
| XMLSchema | Conforms to version 1.0 of the W3C XML Schema Language specification. | schema | usage | providers | JIRA |
| Servers | |||||
| StandaloneServer | A 'standalone' server implementation. | schema | usage | providers | JIRA |
| WSDL | |||||
| WSDL11Document | A WSDL document which conforms to version 1.1 of the WSDL language specification. | schema | usage | providers | JIRA |
| WSDL20Document | A WSDL document which conforms to version 2.0 of the WSDL language specification. | schema | usage | providers | JIRA |