| Modifier and Type | Class | Description |
|---|---|---|
class |
BaseSession |
|
class |
XMLSession |
original author unknown
|
| Modifier and Type | Method | Description |
|---|---|---|
Session |
BaseComponent.getSession() |
|
Session |
Component.getSession() |
Returns the Session used to initialize this Component.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
BaseComponent.init(Session session,
Map<String,String> parameters) |
|
void |
Component.init(Session session,
Map<String,String> parameters) |
Component lifecycle hook.
|
| Modifier and Type | Method | Description |
|---|---|---|
Session |
OpenAS2Server.getSession() |
| Constructor | Description |
|---|---|
OpenAS2Server(Session session) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
PKCS12CertificateFactory.init(Session session,
Map<String,String> options) |
| Modifier and Type | Method | Description |
|---|---|---|
Session |
Command.getSession() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
BaseCommand.init(Session session,
Map<String,String> parameters) |
|
void |
MultiCommand.init(Session session,
Map<String,String> parameters) |
|
void |
XMLCommandRegistry.init(Session session,
Map<String,String> parameters) |
| Modifier and Type | Method | Description |
|---|---|---|
Session |
BaseCommandProcessor.getSession() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
BaseCommandProcessor.init(Session session,
Map<String,String> parameters) |
|
void |
SocketCommandProcessor.init(Session session,
Map<String,String> parameters) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
EmailLogger.init(Session session,
Map<String,String> parameters) |
|
void |
FileLogger.init(Session session,
Map<String,String> parameters) |
|
void |
SentryLogger.init(Session session,
Map<String,String> parameters) |
|
void |
SocketLogger.init(Session session,
Map<String,String> parameters) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
EmailSender.init(Session session,
Map<String,String> parameters) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
BaseMessage.trackMsgState(Session session) |
|
void |
Message.trackMsgState(Session session) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
XMLPartnershipFactory.init(Session session,
Map<String,String> parameters) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
BaseMsgTrackingModule.init(Session session,
Map<String,String> options) |
|
void |
DbTrackingModule.init(Session session,
Map<String,String> options) |
| Modifier and Type | Method | Description |
|---|---|---|
MessageMDN |
AS2ReceiverHandler.createMDN(Session session,
AS2Message msg,
String mic,
DispositionType disposition,
String text) |
|
void |
AS2ReceiverHandler.createMDNData(Session session,
MessageMDN mdn,
String micAlg,
String signatureProtocol) |
|
void |
DirectoryPollingModule.init(Session session,
Map<String,String> options) |
|
void |
MessageBuilderModule.init(Session session,
Map<String,String> options) |
|
void |
NetModule.init(Session session,
Map<String,String> options) |
|
void |
PollingModule.init(Session session,
Map<String,String> options) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
DirectoryResenderModule.init(Session session,
Map<String,String> options) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
BaseStorageModule.init(Session session,
Map<String,String> options) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SchedulerComponent.init(Session session,
Map<String,String> parameters) |
| Modifier and Type | Method | Description |
|---|---|---|
static Component |
XMLUtil.getComponent(Node node,
Session session) |
|
static void |
AS2Util.getMetaData(AS2Message msg,
Session session) |
|
static void |
AS2Util.processMDN(AS2Message msg,
byte[] data,
OutputStream out,
boolean isAsyncMDN,
Session session,
Object sourceClass) |
Processing MDN sent from receiver.
|
static boolean |
AS2Util.resend(Session session,
Object sourceClass,
String how,
Message msg,
OpenAS2Exception cause,
String tries,
boolean useOriginalMsgObject,
boolean keepOriginalData) |
Copyright © 2018. All rights reserved.