| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
ICertificateFactory.getCertificate(IMessage aMsg,
ECertificatePartnershipType ePartnershipType)
Get the certificate of the specified type for the partnership defined in
the provided message
|
X509Certificate |
AbstractCertificateFactory.getCertificate(IMessage aMsg,
ECertificatePartnershipType ePartnershipType) |
X509Certificate |
ICertificateFactory.getCertificateOrNull(IMessage aMsg,
ECertificatePartnershipType ePartnershipType)
Get the certificate of the specified type for the partnership defined in
the provided message
|
X509Certificate |
AbstractCertificateFactory.getCertificateOrNull(IMessage aMsg,
ECertificatePartnershipType ePartnershipType) |
PrivateKey |
ICertificateFactory.getPrivateKey(IMessage aMsg,
X509Certificate aCert) |
PrivateKey |
CertificateFactory.getPrivateKey(IMessage aMsg,
X509Certificate aCert) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AS2Client.beforeSend(AS2ClientSettings aSettings,
AS2Session aSession,
IMessage aMsg)
Callback method that is invoked before the main sending.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessage
Abstract base implementation of the
IMessage interface. |
class |
AS2Message |
| Modifier and Type | Method and Description |
|---|---|
IMessage |
IMessageMDN.getMessage() |
IMessage |
AbstractMessageMDN.getMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
IMessageMDN.setMessage(IMessage aMessage) |
void |
AbstractMessageMDN.setMessage(IMessage aMessage) |
| Constructor and Description |
|---|
AbstractMessageMDN(IMessage aMsg) |
| Constructor and Description |
|---|
MessageParameters(IMessage aTarget) |
| Modifier and Type | Method and Description |
|---|---|
void |
IPartnershipFactory.updatePartnership(IMessage aMsg,
boolean bOverwrite)
Looks up and fills in any header info for a specific msg's partnership.
|
void |
AbstractPartnershipFactory.updatePartnership(IMessage aMsg,
boolean bOverwrite) |
| Modifier and Type | Method and Description |
|---|---|
IMessage |
NoModuleException.getMsg() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractMessageProcessor.executeAction(String sAction,
IMessage aMsg,
Map<String,Object> aOptions)
Execution the provided action with the registered modules.
|
protected static String |
NoModuleException.getAsString(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
IMessageProcessor.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
DefaultMessageProcessor.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
AsyncMessageProcessor.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
| Constructor and Description |
|---|
NoModuleException(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IProcessorModule.canHandle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
boolean |
AbstractActiveModule.canHandle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
IProcessorModule.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
AbstractActiveModule.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
| Modifier and Type | Method and Description |
|---|---|
protected IMessage |
AS2DirectoryPollingModule.createMessage() |
protected abstract IMessage |
AbstractDirectoryPollingModule.createMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractActiveNetModule.handleError(IMessage aMsg,
OpenAS2Exception aSrcEx) |
void |
AbstractDirectoryPollingModule.updateMessage(IMessage aMsg,
File aFile) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AS2ReceiverHandler.decompress(IMessage aMsg) |
protected void |
AS2ReceiverHandler.decrypt(IMessage aMsg) |
protected DataSource |
AbstractReceiverHandler.readAndDecodeHttpRequest(IAS2InputStreamProvider aISP,
IAS2HttpResponseHandler aResponseHandler,
IMessage aMsg) |
protected void |
AS2ReceiverHandler.verify(IMessage aMsg) |
| Modifier and Type | Method and Description |
|---|---|
IMessage |
ResendItem.getMessage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InMemoryResenderModule.canHandle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
boolean |
ImmediateResenderModule.canHandle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
boolean |
DirectoryResenderModule.canHandle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
InMemoryResenderModule.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
ImmediateResenderModule.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
DirectoryResenderModule.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
| Constructor and Description |
|---|
ResendItem(String sResendAction,
int nRetries,
IMessage aMsg,
long nResendDelayMS) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AsynchMDNSenderModule.canHandle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
boolean |
AS2SenderModule.canHandle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
protected boolean |
AbstractSenderModule.doResend(String sResendAction,
IMessage aMsg,
OpenAS2Exception aCause,
int nTriesLeft) |
void |
AsynchMDNSenderModule.handle(String sAction,
IMessage aBaseMsg,
Map<String,Object> aOptions) |
void |
AS2SenderModule.handle(String sAction,
IMessage aBaseMsg,
Map<String,Object> aOptions) |
protected javax.mail.internet.MimeBodyPart |
AS2SenderModule.secure(IMessage aMsg,
com.helger.mail.cte.EContentTransferEncoding eCTE) |
protected void |
AS2SenderModule.updateHttpHeaders(IAS2HttpHeaderWrapper aConn,
IMessage aMsg)
Update the HTTP headers based on the provided message, before sending takes
place.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractStorageModule.canHandle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
protected File |
AbstractStorageModule.getFile(IMessage aMsg,
String sFileParam,
String sAction) |
protected String |
MessageFileModule.getFilename(IMessage aMsg,
String sFileParam,
String sAction) |
protected String |
MDNFileModule.getFilename(IMessage aMsg,
String sFileParam,
String sAction) |
protected abstract String |
AbstractStorageModule.getFilename(IMessage aMsg,
String sFileParam,
String sAction) |
protected static InputStream |
MessageFileModule.getHeaderStream(IMessage aMsg,
Charset aCharset) |
void |
MessageFileModule.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
void |
MDNFileModule.handle(String sAction,
IMessage aMsg,
Map<String,Object> aOptions) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AS2Helper.parseMDN(IMessage aMsg,
X509Certificate aReceiverCert,
boolean bUseCertificateInBodyPart) |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
HTTPHelper.readHttpPayload(InputStream aIS,
IAS2HttpResponseHandler aResponseHandler,
IMessage aMsg) |
static DataSource |
HTTPHelper.readHttpRequest(IAS2InputStreamProvider aISP,
IAS2HttpResponseHandler aResponseHandler,
IMessage aMsg)
Read headers and payload from the passed input stream provider.
|
Copyright © 2013–2019 Philip Helger. All rights reserved.