org.apache.tuscany.sca.interfacedef.wsdl.impl
Class WSDLOperationImpl

java.lang.Object
  extended by org.apache.tuscany.sca.interfacedef.impl.OperationImpl
      extended by org.apache.tuscany.sca.interfacedef.wsdl.impl.WSDLOperationImpl
All Implemented Interfaces:
java.lang.Cloneable, Operation, WSDLOperation, IntentAttachPoint, PolicySetAttachPoint

public class WSDLOperationImpl
extends OperationImpl
implements WSDLOperation


Constructor Summary
WSDLOperationImpl()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Operation getWsdlOperation()
          Get the underlying WSDL operation
 int hashCode()
           
 void setWsdlOperation(Operation operation)
          Set the underlying WSDL operation
 java.lang.String toString()
           
 
Methods inherited from class org.apache.tuscany.sca.interfacedef.impl.OperationImpl
clone, getApplicablePolicySets, getConversationSequence, getDataBinding, getFaultBeans, getFaultTypes, getInputType, getInterface, getName, getOutputType, getPolicySets, getRequiredIntents, getType, getWrapper, isDynamic, isNonBlocking, isUnresolved, isWrapperStyle, setConversationSequence, setDataBinding, setDynamic, setFaultBeans, setFaultTypes, setInputType, setInterface, setName, setNonBlocking, setOutputType, setType, setUnresolved, setWrapper, setWrapperStyle
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

WSDLOperationImpl

public WSDLOperationImpl()
Method Detail

getWsdlOperation

public Operation getWsdlOperation()
Description copied from interface: WSDLOperation
Get the underlying WSDL operation

Specified by:
getWsdlOperation in interface WSDLOperation
Returns:
See Also:
WSDLOperation.getWsdlOperation()

setWsdlOperation

public void setWsdlOperation(Operation operation)
Description copied from interface: WSDLOperation
Set the underlying WSDL operation

Specified by:
setWsdlOperation in interface WSDLOperation
See Also:
WSDLOperation.setWsdlOperation(javax.wsdl.Operation)

hashCode

public int hashCode()
Overrides:
hashCode in class OperationImpl

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class OperationImpl

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object