2016/05/28 - Apache Tuscany has been retired.

For more information, please explore the Attic.



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.Operation getWsdlOperation()
          Get the underlying WSDL operation
 void setWsdlOperation(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 -