| Package | Description |
|---|---|
| com.helger.as2lib.client |
| Modifier and Type | Method and Description |
|---|---|
AS2ClientRequest |
AS2ClientRequest.setContentDescription(String sDescription)
Set the optional Content-Description header to be used.
|
AS2ClientRequest |
AS2ClientRequest.setContentDescription(String sDescription)
Set the optional Content-Description header to be used.
|
AS2ClientRequest |
AS2ClientRequest.setContentTransferEncoding(com.helger.mail.cte.EContentTransferEncoding eCTE)
Set the optional Content-Transfer-Encoding to be used.
|
AS2ClientRequest |
AS2ClientRequest.setContentTransferEncoding(com.helger.mail.cte.EContentTransferEncoding eCTE)
Set the optional Content-Transfer-Encoding to be used.
|
AS2ClientRequest |
AS2ClientRequest.setContentType(String sContentType)
Set the content type to be used.
|
AS2ClientRequest |
AS2ClientRequest.setContentType(String sContentType)
Set the content type to be used.
|
AS2ClientRequest |
AS2ClientRequest.setData(byte[] aData)
Set the provided byte array as data.
|
AS2ClientRequest |
AS2ClientRequest.setData(byte[] aData)
Set the provided byte array as data.
|
AS2ClientRequest |
AS2ClientRequest.setData(DataHandler aDataHandler)
Set the provided
DataHandler as data. |
AS2ClientRequest |
AS2ClientRequest.setData(DataHandler aDataHandler)
Set the provided
DataHandler as data. |
AS2ClientRequest |
AS2ClientRequest.setData(File aFile,
Charset aCharset)
Set the content of the
File as a payload. |
AS2ClientRequest |
AS2ClientRequest.setData(File aFile,
Charset aCharset)
Set the content of the
File as a payload. |
AS2ClientRequest |
AS2ClientRequest.setData(InputStream aIS)
Set the content of the
InputStream as a payload. |
AS2ClientRequest |
AS2ClientRequest.setData(InputStream aIS)
Set the content of the
InputStream as a payload. |
AS2ClientRequest |
AS2ClientRequest.setData(InputStream aIS,
Charset aCharset)
Set the content of the
InputStream as a payload. |
AS2ClientRequest |
AS2ClientRequest.setData(InputStream aIS,
Charset aCharset)
Set the content of the
InputStream as a payload. |
AS2ClientRequest |
AS2ClientRequest.setData(String sText,
Charset aCharset)
Set the provided String as data.
|
AS2ClientRequest |
AS2ClientRequest.setData(String sText,
Charset aCharset)
Set the provided String as data.
|
AS2ClientRequest |
AS2ClientRequest.setFilename(String sFilename)
Set the filename to be used to name the content.
|
AS2ClientRequest |
AS2ClientRequest.setFilename(String sFilename)
Set the filename to be used to name the content.
|
| Modifier and Type | Method and Description |
|---|---|
protected AS2Message |
AS2Client.createMessage(Partnership aPartnership,
AS2ClientRequest aRequest) |
protected AS2Message |
AS2Client.createMessage(Partnership aPartnership,
AS2ClientRequest aRequest) |
AS2ClientResponse |
AS2Client.sendSynchronous(AS2ClientSettings aSettings,
AS2ClientRequest aRequest)
Send the AS2 message synchronously
|
AS2ClientResponse |
AS2Client.sendSynchronous(AS2ClientSettings aSettings,
AS2ClientRequest aRequest)
Send the AS2 message synchronously
|
Copyright © 2013–2022 Philip Helger. All rights reserved.