Tuscany Assembly Model

Uses of Interface
org.apache.tuscany.model.assembly.ServiceContract

Packages that use ServiceContract
org.apache.tuscany.model.assembly   
org.apache.tuscany.model.assembly.impl   
org.apache.tuscany.model.types.java   
org.apache.tuscany.model.types.java.impl   
org.apache.tuscany.model.types.wsdl   
org.apache.tuscany.model.types.wsdl.impl   
 

Uses of ServiceContract in org.apache.tuscany.model.assembly
 

Methods in org.apache.tuscany.model.assembly that return ServiceContract
 ServiceContract Port.getServiceContract()
          Returns the contract for invocations of a service using this port.
 

Methods in org.apache.tuscany.model.assembly with parameters of type ServiceContract
 EntryPoint AssemblyFactory.createEntryPoint(java.lang.String entryPointName, ServiceContract serviceContract, Binding binding, java.lang.String targetName)
          Helper method for creating an EntryPoint wired to a single target.
 void Port.setServiceContract(ServiceContract contract)
          Set the contract for invocations of a service using this port.
 

Uses of ServiceContract in org.apache.tuscany.model.assembly.impl
 

Classes in org.apache.tuscany.model.assembly.impl that implement ServiceContract
 class ServiceContractImpl
          An implementation of ServiceContract.
 

Methods in org.apache.tuscany.model.assembly.impl that return ServiceContract
 ServiceContract PortImpl.getServiceContract()
           
 

Methods in org.apache.tuscany.model.assembly.impl with parameters of type ServiceContract
 EntryPoint AssemblyFactoryImpl.createEntryPoint(java.lang.String entryPointName, ServiceContract serviceContract, Binding binding, java.lang.String targetName)
           
 void PortImpl.setServiceContract(ServiceContract value)
           
 

Uses of ServiceContract in org.apache.tuscany.model.types.java
 

Subinterfaces of ServiceContract in org.apache.tuscany.model.types.java
 interface JavaServiceContract
          Represents a Java service contract.
 

Uses of ServiceContract in org.apache.tuscany.model.types.java.impl
 

Classes in org.apache.tuscany.model.types.java.impl that implement ServiceContract
 class JavaServiceContractImpl
          An implementation of JavaServiceContract.
 

Uses of ServiceContract in org.apache.tuscany.model.types.wsdl
 

Subinterfaces of ServiceContract in org.apache.tuscany.model.types.wsdl
 interface WSDLServiceContract
          A WSDL service contract.
 

Uses of ServiceContract in org.apache.tuscany.model.types.wsdl.impl
 

Classes in org.apache.tuscany.model.types.wsdl.impl that implement ServiceContract
 class WSDLServiceContractImpl
          An implementation of WSDLServiceContract.
 


Tuscany Assembly Model

-