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, wait
checkUpdate
public static final String XSLT_PATH
public void doIntegration(ServiceContext cxt) throws Exception
IntegrationService
doIntegration
in interface IntegrationService
cxt
- the service context for the integration.Exception
- if there are errors during the integration.ServiceContext
protected abstract void doUpdate(String xml, ServiceContext cxt)
Copyright © 2019. All rights reserved.