Uses of Interface
com.ebasetech.xi.api.Resource

Packages that use Resource
com.ebasetech.xi.api   
 

Uses of Resource in com.ebasetech.xi.api
 

Subinterfaces of Resource in com.ebasetech.xi.api
 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.
 

Methods in com.ebasetech.xi.api that return Resource
 Resource Resources.getResource(java.lang.String resourceName)
          Returns the Resource with name resourceName.