Package | Description |
---|---|
org.openhubframework.openhub.core.alerts |
Alerts implementation.
|
org.openhubframework.openhub.core.common.asynch |
Processing of asynchronous messages.
|
org.openhubframework.openhub.core.common.asynch.confirm |
Confirmation functionality.
|
org.openhubframework.openhub.core.common.asynch.queue |
Re-processing of PARTLY_FAILED messages.
|
org.openhubframework.openhub.core.common.asynch.repair |
Repair processing messages and external calls.
|
org.openhubframework.openhub.core.common.contextcall |
Classes for making calls between sibling Spring application contexts, specifically from web application context
to Spring WS (Camel) application context.
|
org.openhubframework.openhub.core.common.directcall |
Classes for making direct calls to external systems via sibling Spring application contexts,
specifically from web application context to Spring WS (Camel) application context and then to external system.
|
org.openhubframework.openhub.core.common.route |
Defines base class for route definition and few basic routes.
|
org.openhubframework.openhub.modules.in.hello |
Hello world example.
|
Modifier and Type | Class and Description |
---|---|
class |
AlertsSchedulerRoute
Route definition that starts checking alerts by scheduler.
|
Modifier and Type | Class and Description |
---|---|
class |
AsynchInMessageRoute
Route definition that processes incoming asynchronous message and make the following steps:
parse trace (SOAP) header from the request
creates
Message entity
check throttling
saves Message into db
creates OK/FAIL response
If everything works fine then the message is asynchronously redirected for next processing
without need to take it from message queue. |
class |
AsynchMessageRoute
Route definition that processes asynchronous message taken from message queue.
|
class |
ExceptionTranslationRoute
Route definition that defines route for exception translation.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfirmationsPoolRoute
Route definition that starts job process that pools failed confirmations for next processing.
|
Modifier and Type | Class and Description |
---|---|
class |
PartlyFailedMessagesPoolRoute
Route definition that starts job process that pools message queue (=database)
and takes
MsgStateEnum.PARTLY_FAILED messages for further processing. |
Modifier and Type | Class and Description |
---|---|
class |
RepairProcessingExtCallRoute
Route definition that repairs external calls hooked in the state
ExternalCallStateEnum.PROCESSING . |
class |
RepairProcessingMsgRoute
Route definition that repairs messages hooked in the state
MsgStateEnum.PROCESSING . |
Modifier and Type | Class and Description |
---|---|
class |
ContextCallRoute
Route that serves as input URI for calling from one Spring context to another context.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectCallWsRoute
Route that can directly call specified web service URI via specified WS sender.
|
Modifier and Type | Class and Description |
---|---|
class |
PingRoute
Route definition for ping service - listens to
/http/ping url. |
class |
VersionRoute
Route definition for version service - listens to
/http/version url. |
Modifier and Type | Class and Description |
---|---|
class |
AsyncHelloRoute
Route definition for "asyncHello" operation.
|
class |
SyncHelloRoute
Route definition for "syncHello" operation.
|
Copyright © 2016. All rights reserved.