Uses of Class
org.mule.devkit.wsdl.Operation

Packages that use Operation
org.mule.devkit.wsdl   
 

Uses of Operation in org.mule.devkit.wsdl
 

Methods in org.mule.devkit.wsdl that return Operation
 Operation Definition.getOperationByName(String name)
           
 

Methods in org.mule.devkit.wsdl that return types with arguments of type Operation
 List<Operation> PortType.getOperations()
           
 List<Operation> Binding.getOperations()
           
 Map<String,Operation> PortType.getOperationsMap()
           
 

Methods in org.mule.devkit.wsdl with parameters of type Operation
 void PortType.addOperation(Operation operation)
           
 void Binding.addOperation(Operation operation)
           
 

Method parameters in org.mule.devkit.wsdl with type arguments of type Operation
 void PortType.setOperations(List<Operation> operations)
           
 void Binding.setOperations(List<Operation> operations)
           
 



Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.