@Configuration(friendlyName="Partner Manager Configuration", configElementName="partner-manager-config") public class PartnerManagerConfig extends AbstractConfig
filePath, muleContext
Constructor and Description |
---|
PartnerManagerConfig() |
Modifier and Type | Method and Description |
---|---|
com.mulesoft.api.b2b.B2BProvider |
getB2BProvider() |
FTPSClientConfig |
getDefaultConnectionSetup(com.mulesoft.api.b2b.Direction direction) |
org.apache.commons.net.ftp.FTPSClient |
getInboundConnection(FTPSClientConfig key) |
String |
getMessageType() |
org.apache.commons.net.ftp.FTPSClient |
getOutboundConnection(FTPSClientConfig key) |
String |
getPartnerName() |
Standard |
getStandard() |
String |
getStandardVersion() |
Boolean |
getStreaming() |
Boolean |
isPartnerManager() |
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 |
setB2BProvider(com.mulesoft.api.b2b.B2BProvider b2bProvider) |
void |
setMessageType(String messageType) |
void |
setPartnerName(String partnerName) |
void |
setStandard(Standard standard) |
void |
setStandardVersion(String standardVersion) |
clean, createMuleEvent, getFilename, getFilePath, getLockFactory, getMaxConcurrentReads, getMoveToDir, getMoveToFilename, getMuleContext, getPollingFrequency, getPollingInitialDelay, getPool, getSizeCheckWaitTime, getUploadTmpDir, getZeroSizeCheckMaxRetries, getZeroSizeCheckWaitTime, getZeroSizedIgnored, initializeInboundParameters, initializeOutboundParameters, isStreaming, overrideOutboundOperationSettings, parseMEL, parseMEL, preparePool, returnConnection, setFilename, setFilePath, setLockFactory, setMaxConcurrentReads, setMoveToDir, setMoveToFilename, setMuleContext, setPollingFrequency, setPollingInitialDelay, setSizeCheckWaitTime, setStreaming, setUploadTmpDir, setZeroSizeCheckMaxRetries, setZeroSizeCheckWaitTime, setZeroSizedIgnored, validateIncompatibleOutboundConfig
public Boolean isPartnerManager()
isPartnerManager
in class AbstractConfig
public com.mulesoft.api.b2b.B2BProvider getB2BProvider()
public void setB2BProvider(com.mulesoft.api.b2b.B2BProvider b2bProvider)
public String getMessageType()
public void setMessageType(String messageType)
public String getStandardVersion()
public void setStandardVersion(String standardVersion)
public Standard getStandard()
public void setStandard(Standard standard)
public String getPartnerName()
public void setPartnerName(String partnerName)
partnerName
- the partnerName to setpublic Boolean getStreaming()
getStreaming
in class AbstractConfig
public org.apache.commons.net.ftp.FTPSClient getInboundConnection(FTPSClientConfig key) throws Exception
getInboundConnection
in class AbstractConfig
Exception
public org.apache.commons.net.ftp.FTPSClient getOutboundConnection(FTPSClientConfig key) throws Exception
getOutboundConnection
in class AbstractConfig
Exception
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 AbstractConfig
public FTPSClientConfig getDefaultConnectionSetup(com.mulesoft.api.b2b.Direction direction) throws Exception
getDefaultConnectionSetup
in class AbstractConfig
Exception
Copyright © 2010–2017. All rights reserved.