From 31d794be59cb2d1bf264df79f471b0c8d5f5a457 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:40:26 +0000 Subject: Moving to site trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882841 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/tuscany/sca/interfacedef/Interface.html | 444 +++++++++++++++++++++ 1 file changed, 444 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/interfacedef/Interface.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/interfacedef/Interface.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/interfacedef/Interface.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/interfacedef/Interface.html new file mode 100644 index 0000000000..990bef7a01 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/interfacedef/Interface.html @@ -0,0 +1,444 @@ + + + + + + +Interface + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.interfacedef +
+Interface Interface

+
+
All Superinterfaces:
java.lang.Cloneable, IntentAttachPoint, PolicySetAttachPoint
+
+
+
All Known Subinterfaces:
JavaInterface, WSDLInterface
+
+
+
All Known Implementing Classes:
InterfaceImpl, JavaInterfaceImpl, WSDLInterfaceImpl
+
+
+
+
public interface Interface
extends java.lang.Cloneable, PolicySetAttachPoint
+ + +

+Represents a service interface. This interface will typically be extended to + support concrete interface type systems, such as Java interfaces, WSDL 1.1 + portTypes and WSDL 2.0 interfaces. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.Objectclone() + +
+          Implementations must support cloning.
+ java.util.List<Operation>getOperations() + +
+          Returns the operations defined on this interface.
+ booleanisConversational() + +
+          Test if the interface is conversational
+ booleanisDynamic() + +
+          Returns true if the Interface is dynamic.
+ booleanisRemotable() + +
+          Returns true if the interface is a remotable interface..
+ voidresetDataBinding(java.lang.String dataBinding) + +
+          Reset the databinding for the interface
+ voidsetConversational(boolean conversational) + +
+          Set whether the interface is conversational
+ voidsetDefaultDataBinding(java.lang.String dataBinding) + +
+          Deprecated. Please use resetDataBinding
+ voidsetRemotable(boolean remotable) + +
+          Sets whether the interface is a remotable or local interface.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.PolicySetAttachPoint
getApplicablePolicySets, getPolicySets
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents, getType, setType
+  +

+ + + + + + + + +
+Method Detail
+ +

+isRemotable

+
+boolean isRemotable()
+
+
Returns true if the interface is a remotable interface.. +

+

+
+
+
+ +
Returns:
true if the interface is a remotable interface
+
+
+
+ +

+setRemotable

+
+void setRemotable(boolean remotable)
+
+
Sets whether the interface is a remotable or local interface. +

+

+
+
+
+
Parameters:
remotable - indicates whether the interface is remotable or local
+
+
+
+ +

+isConversational

+
+boolean isConversational()
+
+
Test if the interface is conversational +

+

+
+
+
+ +
Returns:
+
+
+
+ +

+setConversational

+
+void setConversational(boolean conversational)
+
+
Set whether the interface is conversational +

+

+
+
+
+
Parameters:
conversational -
+
+
+
+ +

+getOperations

+
+java.util.List<Operation> getOperations()
+
+
Returns the operations defined on this interface. +

+

+
+
+
+ +
Returns:
the operations defined on this interface
+
+
+
+ +

+setDefaultDataBinding

+
+@Deprecated
+void setDefaultDataBinding(java.lang.String dataBinding)
+
+
Deprecated. Please use resetDataBinding +

+

Set the databinding for the interface +

+

+
+
+
+
Parameters:
dataBinding -
+
+
+
+ +

+resetDataBinding

+
+void resetDataBinding(java.lang.String dataBinding)
+
+
Reset the databinding for the interface +

+

+
+
+
+
Parameters:
dataBinding -
+
+
+
+ +

+isDynamic

+
+boolean isDynamic()
+
+
Returns true if the Interface is dynamic. +

+

+
+
+
+ +
Returns:
true if the Interface is dynamic.
+
+
+
+ +

+clone

+
+java.lang.Object clone()
+                       throws java.lang.CloneNotSupportedException
+
+
Implementations must support cloning. +

+

+
+
+
+ +
Throws: +
java.lang.CloneNotSupportedException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3