public abstract class IntegrationServiceXsltImpl extends Object implements IntegrationService
| Constructor and Description |
|---|
IntegrationServiceXsltImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
doIntegration(ServiceContext cxt)
This method allows send/exports FortiSIEM devices and incidents to the third party service defined
in the ServiceContext and returns information regarding to the result of the integration from the third party.
|
protected abstract void |
doUpdate(String xml,
ServiceContext cxt) |
protected String |
postTransfer(String xml,
String config) |
protected String |
preTransfer(String xml,
String config) |
protected String |
transfer(String xml,
String xsltPath) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckUpdatepublic static final String XSLT_PATH
public void doIntegration(ServiceContext cxt) throws Exception
IntegrationServicedoIntegration in interface IntegrationServicecxt - the service context for the integration.Exception - if there are errors during the integration.ServiceContextprotected abstract void doUpdate(String xml, ServiceContext cxt)
Copyright © 2019. All rights reserved.