Modifier and Type | Class and Description |
---|---|
class |
BaseSession |
class |
XMLSession
original author unknown
|
Modifier and Type | Method and Description |
---|---|
Session |
Component.getSession()
Returns the Session used to initialize this Component.
|
Session |
BaseComponent.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
Component.init(Session session,
Map<String,String> parameters)
Component lifecycle hook.
|
void |
BaseComponent.init(Session session,
Map<String,String> parameters) |
Modifier and Type | Method and Description |
---|---|
Session |
OpenAS2Server.getSession() |
Constructor and Description |
---|
OpenAS2Server(Session session) |
Modifier and Type | Method and Description |
---|---|
void |
PKCS12CertificateFactory.init(Session session,
Map<String,String> options) |
Modifier and Type | Method and Description |
---|---|
Session |
Command.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
MultiCommand.init(Session session,
Map<String,String> parameters) |
void |
BaseCommand.init(Session session,
Map<String,String> parameters) |
void |
XMLCommandRegistry.init(Session session,
Map<String,String> parameters) |
Modifier and Type | Method and Description |
---|---|
Session |
BaseCommandProcessor.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
SocketCommandProcessor.init(Session session,
Map<String,String> parameters) |
void |
BaseCommandProcessor.init(Session session,
Map<String,String> parameters) |
Modifier and Type | Method and Description |
---|---|
void |
EmailLogger.init(Session session,
Map<String,String> parameters) |
void |
SocketLogger.init(Session session,
Map<String,String> parameters) |
void |
FileLogger.init(Session session,
Map<String,String> parameters) |
Modifier and Type | Method and Description |
---|---|
void |
EmailSender.init(Session session,
Map<String,String> parameters) |
Modifier and Type | Method and Description |
---|---|
void |
BaseMessage.trackMsgState(Session session) |
void |
Message.trackMsgState(Session session) |
Modifier and Type | Method and Description |
---|---|
void |
XMLPartnershipFactory.init(Session session,
Map<String,String> parameters) |
Modifier and Type | Method and Description |
---|---|
void |
DbTrackingModule.init(Session session,
Map<String,String> options) |
void |
BaseMsgTrackingModule.init(Session session,
Map<String,String> options) |
Modifier and Type | Method and 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 and Description |
---|---|
void |
DirectoryResenderModule.init(Session session,
Map<String,String> options) |
Modifier and Type | Method and Description |
---|---|
void |
BaseStorageModule.init(Session session,
Map<String,String> options) |
Modifier and Type | Method and Description |
---|---|
void |
SchedulerComponent.init(Session session,
Map<String,String> parameters) |
Modifier and Type | Method and 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.