Package | Description |
---|---|
org.adroitlogic.x.base.connector |
This package contains the abstract base implementations of the ingress and egress connections as well as the
connector operations
|
org.adroitlogic.x.base.connector.call |
The call-out and one-way egress connector module that implements a transport sender less connector invocation
specially for client library or SDK based connector development.
|
org.adroitlogic.x.base.connector.flowValidators |
Base classes of the flow validators, including the connector validation and processor validation
|
org.adroitlogic.x.base.trp |
This package contains the base classes of the transport framework of Project-X, while the transport framework is
fully transparent from the day today use and the process of building integration flows based on Project-X one might
want to traverse these classes in-order to write his own custom transport.
|
org.adroitlogic.x.base.util |
Utilities used by the base Project-X framework, that are used by the feature initialization and maintenance, the
flow validations, locking and few generic utilities
|
org.adroitlogic.x.components |
This is the base package for the core components implementation of the Project-X runtime, which includes the basic
flow related processing elements, scopes and the variable handling
|
org.adroitlogic.x.test.connector |
This package contains the base and related classes to be used for the unit test classes for ingress connectors
|
Class and Description |
---|
AbstractBiDirectionalEgressConnectorElement
The bi-directional egress connector element facilitates out-in MEP where there is a response to the sent out message
via the egress connector and that message is to be injected back into the engine for the response flow.
|
BareEgressContext
A bare egress context that is used for the call-out and one-way egress connectors to operate without a specific
transport, or in other words a bare transport
|
BiDirectionalAsyncEgressConnectorElement |
EgressConnectorElement
The base class that defines an
EgressConnector . |
IngressConnectorElement
The base class that defines an
IngressConnector . |
ScheduledIngressConfig
The scheduled ingress connector configuration that holds the information related to a polling connector
|
ScheduledIngressConfig.JobConfig |
ScheduledIngressConfig.TriggerConfig |
Class and Description |
---|
AbstractBiDirectionalEgressConnectorElement
The bi-directional egress connector element facilitates out-in MEP where there is a response to the sent out message
via the egress connector and that message is to be injected back into the engine for the response flow.
|
BareEgressContext
A bare egress context that is used for the call-out and one-way egress connectors to operate without a specific
transport, or in other words a bare transport
|
EgressConnectorElement
The base class that defines an
EgressConnector . |
SelfSenderConfig
A sender configuration that always returns false for the matching operation resulting in a new sender configuration
to be created for almost all invocations of the connector registration
|
Class and Description |
---|
IngressConnectorElement
The base class that defines an
IngressConnector . |
ScheduledIngressConnectorElement
The scheduled ingress connector element that defines the base for the polling connectors
|
UniDirectionalResponseEgressConnectorElement
This class should be extended by out-only EgressConnectors (E.g: JMSEgressConnectors) which provides the facility
for the developers to continue the flow after sending the message to an external system which does not return
a response.
|
Class and Description |
---|
ScheduledIngressConfig
The scheduled ingress connector configuration that holds the information related to a polling connector
|
Class and Description |
---|
IngressConnectorElement
The base class that defines an
IngressConnector . |
Class and Description |
---|
AbstractConnectorOperation
Base class to be extended by
XConnectorOperationElement implementations |
Class and Description |
---|
EgressConnectorElement
The base class that defines an
EgressConnector . |
IngressConnectorElement
The base class that defines an
IngressConnector . |
Copyright © 2016–2019 AdroitLogic. All rights reserved.