Interface | Description |
---|---|
APILogger |
This file is using the subset 10200-10399 for logger messages.
|
APIMessages |
This file is using the subset 10000-10199 for logger messages.
|
Context |
Holds contextual information around the exchange of messages between a
service consumer and provider.
|
ErrorListener |
Interface for elements intent to be aware about exceptions during mediation.
|
Exchange |
An Exchange represents an instance of a service invocation with a specific
message exchange pattern (e.g.
|
ExchangeHandler |
The role of a Handler is to handle messages and fault events during the
course of a service invocation.
|
ExchangeInterceptor |
ExchangeInterceptors allow code to be injected around specific interactions
in the core exchange bus via a target definition.
|
ExchangeSecurity |
ExchangeSecurity.
|
Message |
A
Message represents an individual input or output of a service, the
content of which is interpreted by service implementation logic. |
Property |
Represents a context property consisting of a name, scope, and value.
|
Service |
A service registered with the SwitchYard runtime.
|
ServiceDomain |
A ServiceDomain represents a collection of services with a shared set of
resources, configuration, and policy definitions.
|
ServiceMetadata |
Contains runtime details on services and service references registered
in SwitchYard.
|
ServiceReference |
A service registered with the SwitchYard runtime.
|
ServiceSecurity |
ServiceSecurity.
|
Class | Description |
---|---|
BaseHandler |
Empty implementation of the ExchangeHandler interface that can be used to
selectively override fault or message handling logic.
|
Enum | Description |
---|---|
ExchangePattern |
The list of supported exchange patterns within SwitchYard.
|
ExchangePhase |
Represents the phase of an exchange.
|
ExchangeState |
Exchange State.
|
Scope |
Defines the scope of a context property.
|
Exception | Description |
---|---|
HandlerException |
Represents a runtime processing error when handling an exchange.
|
SecurityFailureException |
Represents a security error when handling an exchange.
|
SwitchYardException |
SwitchYard base exception class.
|
TransactionFailureException |
Represents a transaction error when handling an exchange.
|
Copyright © 2013–2016 JBoss by Red Hat. All rights reserved.