Package | Description |
---|---|
org.switchyard | |
org.switchyard.policy | |
org.switchyard.test | |
org.switchyard.transform | |
org.switchyard.validate |
Modifier and Type | Class and Description |
---|---|
class |
SecurityFailureException
Represents a security error when handling an exchange.
|
class |
TransactionFailureException
Represents a transaction error when handling an exchange.
|
Modifier and Type | Method and Description |
---|---|
void |
ExchangeInterceptor.after(String target,
Exchange exchange)
Invoked immediately after the specified target scope in a message exchange.
|
void |
ExchangeInterceptor.before(String target,
Exchange exchange)
Invoked immediately before the specified target scope in a message exchange.
|
void |
BaseHandler.handleMessage(Exchange exchange) |
void |
ExchangeHandler.handleMessage(Exchange exchange)
Called when a message is sent through an exchange.
|
Modifier and Type | Class and Description |
---|---|
class |
PolicyViolationException
Represents a policy violation when handling an exchange.
|
Modifier and Type | Method and Description |
---|---|
void |
MockHandler.handleMessage(Exchange exchange) |
Modifier and Type | Class and Description |
---|---|
class |
TransformationFailureException
Represents a transformation failure when handling an exchange.
|
Modifier and Type | Class and Description |
---|---|
class |
ValidationFailureException
Represents a validation failure when handling an exchange.
|
Copyright © 2013–2019 JBoss by Red Hat. All rights reserved.