| Interface | Description |
|---|---|
| ContractMatcher |
Determines if two
ServiceContracts are compatible for wiring. |
| ContractMatcherExtension<S extends org.fabric3.api.model.type.contract.ServiceContract,T extends org.fabric3.api.model.type.contract.ServiceContract> |
Determines if
ServiceContracts are compatible using a particular mapping, for example, WSDL-to-Java. |
| OperationResolver |
Resolves a source operation against a collection of target operations when the interface contracts are different but compatible, i.e.
|
| Class | Description |
|---|---|
| MatchResult |
The result of a contract matching operation.
|