Interface | Description |
---|---|
ExchangeContract |
Exchange Contract.
|
Registrant |
Represents a component which registers a service and/or reference within a
service domain.
|
ServiceInterface |
The canonical representation of a service interface in SwitchYard.
|
ServiceOperation |
Representation of an operation on a ServiceInterface.
|
Class | Description |
---|---|
BaseExchangeContract |
Base implementation of ExchangeContract.
|
BaseService |
Base implementation of ServiceInterface.
|
BaseServiceOperation |
Base invocation contract.
|
InOnlyOperation |
Default implementation of ServiceOperation for ExchangePattern.IN_ONLY
operations.
|
InOnlyService |
Implementation of ServiceInterface with a single ExchangePattern.IN_ONLY
operation.
|
InOutOperation |
Default implementation of ServiceOperation for ExchangePattern.IN_OUT
operations.
|
InOutService |
Implementation of ServiceInterface with a single ExchangePattern.IN_OUT
operation.
|
JavaTypes |
Provides utility methods for converting a Java class to it's corresponding
data type name in SwitchYard.
|
ServiceMetadataBuilder |
Fluent builder for ServiceMetadata instances.
|
Copyright © 2013–2020 JBoss by Red Hat. All rights reserved.