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 --- .../sca/interfacedef/wsdl/WSDLOperation.html | 271 +++++++++++++++++++++ 1 file changed, 271 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/interfacedef/wsdl/WSDLOperation.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/interfacedef/wsdl/WSDLOperation.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/interfacedef/wsdl/WSDLOperation.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/interfacedef/wsdl/WSDLOperation.html new file mode 100644 index 0000000000..7c31b2a384 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/interfacedef/wsdl/WSDLOperation.html @@ -0,0 +1,271 @@ + + + + + + +WSDLOperation + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

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

+
+
All Superinterfaces:
java.lang.Cloneable, IntentAttachPoint, Operation, PolicySetAttachPoint
+
+
+
All Known Implementing Classes:
WSDLOperationImpl
+
+
+
+
public interface WSDLOperation
extends Operation
+ + +

+WSDL 1.1 Operation +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ javax.wsdl.OperationgetWsdlOperation() + +
+          Get the underlying WSDL operation
+ voidsetWsdlOperation(javax.wsdl.Operation operation) + +
+          Set the underlying WSDL operation
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.interfacedef.Operation
clone, getConversationSequence, getDataBinding, getFaultBeans, getFaultTypes, getInputType, getInterface, getName, getOutputType, getWrapper, isDynamic, isNonBlocking, isUnresolved, isWrapperStyle, setConversationSequence, setDataBinding, setDynamic, setFaultBeans, setFaultTypes, setInputType, setInterface, setName, setNonBlocking, setOutputType, setUnresolved, setWrapper, setWrapperStyle
+ + + + + + + +
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
+ +

+getWsdlOperation

+
+javax.wsdl.Operation getWsdlOperation()
+
+
Get the underlying WSDL operation +

+

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

+setWsdlOperation

+
+void setWsdlOperation(javax.wsdl.Operation operation)
+
+
Set the underlying WSDL operation +

+

+
+
+
+
Parameters:
operation -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3