Tuscany Assembly Model

org.apache.tuscany.model.types.java
Interface JavaServiceContract

All Superinterfaces:
AssemblyObject, Extensible, ServiceContract
All Known Implementing Classes:
JavaServiceContractImpl

public interface JavaServiceContract
extends ServiceContract

Represents a Java service contract.


Method Summary
 String getCallbackInterfaceName()
           
 String getInterfaceName()
           
 void setCallbackInterfaceName(String callbackInterfaceName)
           
 void setInterfaceName(String interfaceName)
           
 
Methods inherited from interface org.apache.tuscany.model.assembly.ServiceContract
getCallbackInterface, getInterface, getScope, setCallbackInterface, setInterface, setScope
 
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
 
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
 

Method Detail

getInterfaceName

String getInterfaceName()

setInterfaceName

void setInterfaceName(String interfaceName)

getCallbackInterfaceName

String getCallbackInterfaceName()

setCallbackInterfaceName

void setCallbackInterfaceName(String callbackInterfaceName)

Tuscany Assembly Model

-