Package 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.
- Since:
- V4.4
-
Method Summary
Modifier and Type Method Description 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, getTexts, getTimezone, setLanguage, setTimezone
Methods inherited from interface com.ebasetech.xi.api.Element
getElementName, getElementType
-
Method Details
-
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
-