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.
|
Modifier and Type | Method and Description |
---|---|
static BareEgressContext |
BareEgressContext.getInstance() |
Modifier and Type | Method and Description |
---|---|
BareEgressContext |
OneWayEgressConnectorElement.getEgressContext(XMessageContext messageContext)
Gives the bare egress context without any information on the connector context as the connector is supposed to
be keeping all its context information
|
BareEgressContext |
CallOutEgressConnectorElement.getEgressContext(XMessageContext messageContext)
Gives the bare egress context without any information on the connector context as the connector is supposed to
be keeping all its context information
|
Modifier and Type | Method and Description |
---|---|
protected TransportSender<SelfSenderConfig,BareEgressContext> |
OneWayEgressConnectorElement.newSender(org.springframework.context.ApplicationContext context)
Gives the wrapped transport sender for the one-way send out operation
|
protected TransportSender<SelfSenderConfig,BareEgressContext> |
CallOutEgressConnectorElement.newSender(org.springframework.context.ApplicationContext context)
Gives the wrapped transport sender for the call-out operation
|
Modifier and Type | Method and Description |
---|---|
ExecutionResult |
OneWayTransportSender.send(XMessageContext messageContext,
BareEgressContext connectorContext)
Delegates the send out operation into the connector
|
ExecutionResult |
CallOutTransportSender.send(XMessageContext messageContext,
BareEgressContext connectorContext)
The send method of the transport that delegates the actual send operation back to the connector
|
Copyright © 2016–2019 AdroitLogic. All rights reserved.