Package | Description |
---|---|
com.ebasetech.xi.api |
Modifier and Type | Interface and Description |
---|---|
interface |
CustomResource
The
CustomResource interface represents a Custom Resource. |
interface |
DatabaseResource
The
DatabaseResource interface represents a Database Resource which provides the ability to execute SQL statements. |
interface |
IntegrationResource
The
IntegrationResource interface represents an Integration Resource. |
interface |
MqResource
The
MqResource interface represents a message to be read and/or written to an MQ Series message queue. |
interface |
PrintResource
The
PrintResource interface represents a Printing Resource. |
interface |
StoredProcedureResource
The
StoredProcedureResource interface provides the ability to call a database stored procedure. |
interface |
WebServiceResource
The
WebServiceResource interface represents an Web Service Resource. |
interface |
XmlResource
The
XmlResource interface represents an Xml Resource. |
interface |
XmlResourceBase
XmlResourceBase represents the base interface for all resources based around Xml documents. |
Modifier and Type | Method and Description |
---|---|
Resource |
Resources.getResource(java.lang.String resourceName)
Returns the
Resource with name resourceName . |