org.apache.tuscany.sca.binding.corba.impl.service
Class OperationTypes

java.lang.Object
  extended by org.apache.tuscany.sca.binding.corba.impl.service.OperationTypes

public class OperationTypes
extends java.lang.Object


Constructor Summary
OperationTypes()
           
 
Method Summary
 java.util.List<TypeTree> getInputType()
           
 TypeTree getOutputType()
           
 void setInputType(java.util.List<TypeTree> inputType)
           
 void setOutputType(TypeTree outputType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationTypes

public OperationTypes()
Method Detail

getOutputType

public TypeTree getOutputType()

setOutputType

public void setOutputType(TypeTree outputType)

getInputType

public java.util.List<TypeTree> getInputType()

setInputType

public void setInputType(java.util.List<TypeTree> inputType)