Apache Tuscany SCA Kernel Sub-Project

Uses of Class
org.apache.tuscany.spi.wire.IncompatibleServiceContractException

Packages that use IncompatibleServiceContractException
org.apache.tuscany.spi.wire   
 

Uses of IncompatibleServiceContractException in org.apache.tuscany.spi.wire
 

Methods in org.apache.tuscany.spi.wire that throw IncompatibleServiceContractException
 void WireServiceExtension.checkCompatibility(ServiceContract<?> source, ServiceContract<?> target, boolean ignoreCallback)
          Compares two operations for wiring compatibility as defined by the SCA assembly specification, namely:

compatibility for the individual method is defined as compatibility of the signature, that is method name, input types, and output types MUST BE the same.

 void WireService.checkCompatibility(ServiceContract<?> source, ServiceContract<?> target, boolean ignoreCallback)
          Check the compatiblity of the source and the target service contracts.
 


Apache Tuscany SCA Kernel Sub-Project

-