public class PartnerManagerConfigBean extends AbstractConfigBean
filePath
Constructor and Description |
---|
PartnerManagerConfigBean() |
Modifier and Type | Method and Description |
---|---|
com.mulesoft.api.b2b.B2BProvider |
getB2b() |
org.apache.commons.net.ftp.FTPSClient |
getInboundConnection() |
org.apache.commons.net.ftp.FTPSClient |
getOutboundConnection() |
Object |
recordTransmissionResults(FTPResult.FTPResultStatus status,
com.mulesoft.api.b2b.Direction direction,
org.apache.commons.net.ftp.FTPSClient client,
String fileName,
String errorMessage,
org.mule.api.MuleEvent event) |
void |
setB2b(com.mulesoft.api.b2b.B2BProvider b2b) |
void |
setUpPartnerManager(com.mulesoft.api.b2b.B2BProvider b2bProvider,
com.mulesoft.api.b2b.config.QueryObject query) |
getFileName, getFilePath, getFileSizeDetectionPollingInterval, getFTPSClientConfig, getMaxConcurrentReads, getMoveToDir, getMuleContext, getPollingFrequency, getPollingInitialDelay, getUploadTmpDir, isStreaming, overrideConnectionSettings, setFileName, setFilePath, setFileSizeDetectionPollingInterval, setFTPSClientConfig, setMaxConcurrentReads, setMoveToDir, setMuleContext, setPollingFrequency, setPollingInitialDelay, setStreaming, setUploadTmpDir
public com.mulesoft.api.b2b.B2BProvider getB2b()
public void setB2b(com.mulesoft.api.b2b.B2BProvider b2b)
b2b
- the b2b to setpublic void setUpPartnerManager(com.mulesoft.api.b2b.B2BProvider b2bProvider, com.mulesoft.api.b2b.config.QueryObject query)
public org.apache.commons.net.ftp.FTPSClient getInboundConnection() throws FTPSConnectorException
getInboundConnection
in class AbstractConfigBean
FTPSConnectorException
public org.apache.commons.net.ftp.FTPSClient getOutboundConnection() throws FTPSConnectorException
getOutboundConnection
in class AbstractConfigBean
FTPSConnectorException
public Object recordTransmissionResults(FTPResult.FTPResultStatus status, com.mulesoft.api.b2b.Direction direction, org.apache.commons.net.ftp.FTPSClient client, String fileName, String errorMessage, org.mule.api.MuleEvent event)
recordTransmissionResults
in class AbstractConfigBean
Copyright © 2010–2017. All rights reserved.