From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- .../model/assembly/impl/ServiceContractImpl.html | 434 +++++++++++++++++++++ 1 file changed, 434 insertions(+) create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ServiceContractImpl.html (limited to 'branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ServiceContractImpl.html') diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ServiceContractImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ServiceContractImpl.html new file mode 100644 index 0000000000..6029b26138 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-model/org/apache/tuscany/model/assembly/impl/ServiceContractImpl.html @@ -0,0 +1,434 @@ + + + + + + + +ServiceContractImpl (Tuscany Assembly Model incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+ +

+ +org.apache.tuscany.model.assembly.impl +
+Class ServiceContractImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
+      extended by org.apache.tuscany.model.assembly.impl.ExtensibleImpl
+          extended by org.apache.tuscany.model.assembly.impl.ServiceContractImpl
+
+
+
All Implemented Interfaces:
AssemblyObject, Extensible, ServiceContract
+
+
+
Direct Known Subclasses:
JavaServiceContractImpl, WSDLServiceContractImpl
+
+
+
+
public class ServiceContractImpl
extends ExtensibleImpl
implements ServiceContract
+ + +

+An implementation of ServiceContract. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected ServiceContractImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.ClassgetCallbackInterface() + +
+          Returns the callback interface for wire from the provider back to its requestor.
+ java.lang.ClassgetInterface() + +
+          Returns the interface for invocations from the requestor to the provider.
+ ScopegetScope() + +
+          Returns the scope of this service contract.
+ voidsetCallbackInterface(java.lang.Class value) + +
+          Sets the callback interface for wire from the provider back to its requestor.
+ voidsetInterface(java.lang.Class value) + +
+          Sets the interface for invocations from the requestor to the provider.
+ voidsetScope(Scope scope) + +
+          Sets the scope.
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.ExtensibleImpl
accept, freeze, getExtensibilityAttributes, getExtensibilityElements, initialize
+ + + + + + + +
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
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
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ServiceContractImpl

+
+protected ServiceContractImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getCallbackInterface

+
+public java.lang.Class getCallbackInterface()
+
+
Description copied from interface: ServiceContract
+
Returns the callback interface for wire from the provider back to its requestor. +

+

+
Specified by:
getCallbackInterface in interface ServiceContract
+
+
+ +
Returns:
the callback interface for wire from the provider back to its requestor
+
+
+
+ +

+getInterface

+
+public java.lang.Class getInterface()
+
+
Description copied from interface: ServiceContract
+
Returns the interface for invocations from the requestor to the provider. +

+

+
Specified by:
getInterface in interface ServiceContract
+
+
+ +
Returns:
the interface for invocations from the requestor to the provider
+
+
+
+ +

+getScope

+
+public Scope getScope()
+
+
Description copied from interface: ServiceContract
+
Returns the scope of this service contract. +

+

+
Specified by:
getScope in interface ServiceContract
+
+
+ +
Returns:
+
+
+
+ +

+setCallbackInterface

+
+public void setCallbackInterface(java.lang.Class value)
+
+
Description copied from interface: ServiceContract
+
Sets the callback interface for wire from the provider back to its requestor. +

+

+
Specified by:
setCallbackInterface in interface ServiceContract
+
+
+
Parameters:
value - the callback interface for wire from the provider back to its requestor
+
+
+
+ +

+setInterface

+
+public void setInterface(java.lang.Class value)
+
+
Description copied from interface: ServiceContract
+
Sets the interface for invocations from the requestor to the provider. +

+

+
Specified by:
setInterface in interface ServiceContract
+
+
+
Parameters:
value - the interface for invocations from the requestor to the provider
+
+
+
+ +

+setScope

+
+public void setScope(Scope scope)
+
+
Description copied from interface: ServiceContract
+
Sets the scope. +

+

+
Specified by:
setScope in interface ServiceContract
+
+
+
Parameters:
scope - of this service contract.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Assembly Model +
+ + + +
+- + + -- cgit v1.2.3