public class Partner extends Object
Modifier and Type | Method and Description |
---|---|
String |
getAs2Identifier() |
String |
getAsyncReceiptURL() |
String |
getDescription() |
String |
getEncryptCertAlias() |
EncryptionInfo |
getEncryptionInfo() |
String |
getMessageSubject() |
String |
getName() |
SignatureInfo |
getSignatureInfo() |
String |
getUrl() |
boolean |
isCompressAfter() |
boolean |
isCompressBefore() |
boolean |
isRequestAsyncMDN() |
boolean |
isRequestMDN() |
boolean |
isRequestSignedMDN() |
void |
setAsyncReceiptURL(String asyncReceiptURL) |
void |
setCompressAfter(boolean compressAfter) |
void |
setCompressBefore(boolean compressBefore) |
void |
setDescription(String description) |
void |
setEncryptCertAlias(String encryptCertAlias) |
void |
setEncryptionInfo(EncryptionInfo encryptionInfo) |
void |
setMessageSubject(String messageSubject) |
void |
setName(String name) |
void |
setRequestAsyncMDN(boolean requestAsyncMDN) |
void |
setRequestMDN(boolean requestMDN) |
void |
setRequestSignedMDN(boolean requestSignedMDN) |
void |
setSignatureInfo(SignatureInfo signatureInfo) |
void |
setUrl(String url) |
public Partner(String as2Identifier)
public String getAs2Identifier()
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getUrl()
public void setUrl(String url)
public SignatureInfo getSignatureInfo()
public void setSignatureInfo(SignatureInfo signatureInfo)
public EncryptionInfo getEncryptionInfo()
public void setEncryptionInfo(EncryptionInfo encryptionInfo)
public String getEncryptCertAlias()
public void setEncryptCertAlias(String encryptCertAlias)
public boolean isCompressBefore()
public void setCompressBefore(boolean compressBefore)
public boolean isCompressAfter()
public void setCompressAfter(boolean compressAfter)
public boolean isRequestSignedMDN()
public void setRequestSignedMDN(boolean requestSignedMDN)
public String getAsyncReceiptURL()
public void setAsyncReceiptURL(String asyncReceiptURL)
public String getMessageSubject()
public void setMessageSubject(String messageSubject)
public boolean isRequestMDN()
public void setRequestMDN(boolean requestMDN)
public boolean isRequestAsyncMDN()
public void setRequestAsyncMDN(boolean requestAsyncMDN)
Copyright © 2010–2016 AdroitLogic. All rights reserved.