| Modifier and Type | Class | Description |
|---|---|---|
class |
BaseComponent |
| Modifier and Type | Method | Description |
|---|---|---|
Component |
BaseSession.getComponent(String componentID) |
|
Component |
Session.getComponent(String componentID) |
Gets the
Component currently registered with an ID |
| Modifier and Type | Method | Description |
|---|---|---|
Map<String,Component> |
BaseSession.getComponents() |
|
Map<String,Component> |
Session.getComponents() |
Return a map of component ID's to
Component objects. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AliasedCertCommand |
|
class |
ClearCertsCommand |
|
class |
DeleteCertCommand |
|
class |
ImportCertCommand |
|
class |
ImportCertInEncodedStreamCommand |
|
class |
ListCertCommand |
|
class |
ViewCertCommand |
view certs by alias
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AliasedLoggingCommand |
|
class |
SetLogLevelCommand |
adds a new partner entry in partnership store
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AddPartnerCommand |
adds a new partner entry in partnership store
|
class |
AddPartnershipCommand |
adds a new partnership entry in partneship store
|
class |
AliasedPartnershipsCommand |
|
class |
DeletePartnerCommand |
removes a partner entry in partnership store
|
class |
DeletePartnershipCommand |
removes a partnership entry in partnership store
|
class |
ListPartnersCommand |
list partner entries in partnership store
|
class |
ListPartnershipsCommand |
list partnerships in partnership store by names
|
class |
RefreshPartnershipsCommand |
reloads the partnership store
|
class |
StorePartnershipsCommand |
replaces the partnership store, backs up the original store
|
class |
ViewPartnerCommand |
view the partner entries in the partnership store
|
class |
ViewPartnershipCommand |
view the partnership in the partnership stores
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
AliasedCertificateFactory |
|
interface |
CertificateFactory |
|
interface |
KeyStoreCertificateFactory |
|
interface |
StorableCertificateFactory |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BaseCertificateFactory |
|
class |
PKCS12CertificateFactory |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Command |
|
interface |
CommandRegistry |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BaseCommand |
|
class |
BaseCommandRegistry |
|
class |
MultiCommand |
|
class |
XMLCommandRegistry |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BaseCommandProcessor |
|
class |
SocketCommandProcessor |
actual socket command processor
takes commands from socket/port and passes them to the OpenAS2Server
message format
<command userid="abc" pasword="xyz"> the actual command </command>
|
class |
StreamCommandProcessor |
original author unknown
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Logger |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BaseLogger |
|
class |
ConsoleLogger |
|
class |
EmailLogger |
|
class |
FileLogger |
|
class |
SentryLogger |
|
class |
SocketLogger |
class to write log meesage to a socket
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
EmailSender |
| Modifier and Type | Method | Description |
|---|---|---|
Component |
ComponentParameters.getTarget() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ComponentParameters.setTarget(Component component) |
| Constructor | Description |
|---|---|
ComponentParameters(Component target) |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
PartnershipFactory |
original author unknown
added getPartners method
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
BasePartnershipFactory |
|
class |
XMLPartnershipFactory |
original author unknown
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ActiveModule |
|
interface |
Processor |
|
interface |
ProcessorModule |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BaseActiveModule |
|
class |
BaseProcessor |
|
class |
BaseProcessorModule |
|
class |
DefaultProcessor |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
TrackingModule |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BaseMsgTrackingModule |
|
class |
DbTrackingModule |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ReceiverModule |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AS2DirectoryPollingModule |
|
class |
AS2MDNReceiverModule |
|
class |
AS2ReceiverModule |
|
class |
BaseReceiverModule |
|
class |
DirectoryPollingModule |
|
class |
HealthCheckModule |
|
class |
MessageBuilderModule |
|
class |
NetModule |
|
class |
PollingModule |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AS2FileReceiverModule |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ResenderModule |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BaseResenderModule |
|
class |
DirectoryResenderModule |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
SenderModule |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AS2SenderModule |
|
class |
BaseSenderModule |
|
class |
HttpSenderModule |
|
class |
MDNSenderModule |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
StorageModule |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BaseStorageModule |
|
class |
MDNFileModule |
|
class |
MessageFileModule |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SchedulerComponent |
Scheduler module for periodic tasks.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Component |
XMLUtil.getComponent(Node node,
Session session) |
Copyright © 2018. All rights reserved.