Uses of Interface
org.apache.tuscany.sca.interfacedef.Interface

Packages that use Interface
org.apache.tuscany.sca.interfacedef   
org.apache.tuscany.sca.interfacedef.java   
org.apache.tuscany.sca.interfacedef.wsdl   
 

Uses of Interface in org.apache.tuscany.sca.interfacedef
 

Methods in org.apache.tuscany.sca.interfacedef that return Interface
 Interface InterfaceContract.getCallbackInterface()
          Returns the interface definition representing the interface for invocations from the provider to the requestor.
 Interface InterfaceContract.getInterface()
          Returns the interface definition representing the interface for invocations from the requestor to the provider.
 Interface Operation.getInterface()
          Get the owning interface
 

Methods in org.apache.tuscany.sca.interfacedef with parameters of type Interface
 boolean InterfaceContractMapper.isCompatible(Interface source, Interface target)
           
 Operation InterfaceContractMapper.map(Interface target, Operation source)
          Map the source operation to a compatible operation in the target interface
 void InterfaceContract.setCallbackInterface(Interface callbackInterface)
          Sets the interface definition representing the interface for invocations from the provider to the requestor.
 void InterfaceContract.setInterface(Interface callInterface)
          Sets the interface definition representing the interface for invocations from the requestor to the provider.
 void Operation.setInterface(Interface interfaze)
          Set the owning interface
 

Uses of Interface in org.apache.tuscany.sca.interfacedef.java
 

Subinterfaces of Interface in org.apache.tuscany.sca.interfacedef.java
 interface JavaInterface
          Represents a Java interface.
 

Uses of Interface in org.apache.tuscany.sca.interfacedef.wsdl
 

Subinterfaces of Interface in org.apache.tuscany.sca.interfacedef.wsdl
 interface WSDLInterface
          Represents a WSDL interface.