com.ebasetech.xi.api
Interface IntegrationService

All Superinterfaces:
BaseForm, Element, EventOwner, java.io.Serializable

public interface IntegrationService
extends BaseForm

The IntegrationService interface represents an Integration Service. An Integration Service is a special type of form that can only be executed via a web service call. It does not have any displayable elements such as pages, controls, lists etc.

Further documentation.

Since:
V4.4

Method Summary
 java.lang.String getWebServiceOperationName()
          Returns the name of the web service operation used to invoke the integration service.
 
Methods inherited from interface com.ebasetech.xi.api.BaseForm
abort, getAbortMessage, getFields, getLanguage, getResources, getTables, setLanguage
 
Methods inherited from interface com.ebasetech.xi.api.Element
getElementName, getElementType
 

Method Detail

getWebServiceOperationName

java.lang.String getWebServiceOperationName()
Returns the name of the web service operation used to invoke the integration service. This is specified as the soapAction field of a request. The operation name is bound to an Integration Adapter within an Integration Resource

Since:
V4.4