org.mule.devkit.wsdl
Class Binding

java.lang.Object
  extended by org.mule.devkit.wsdl.Binding
All Implemented Interfaces:
Identifiable

public class Binding
extends Object
implements Identifiable


Constructor Summary
Binding()
           
 
Method Summary
 void addOperation(Operation operation)
           
 String getId()
           
 String getName()
           
 List<Operation> getOperations()
           
 String getType()
           
 void setName(String name)
           
 void setOperations(List<Operation> operations)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Binding

public Binding()
Method Detail

getOperations

public List<Operation> getOperations()

setOperations

public void setOperations(List<Operation> operations)

addOperation

public void addOperation(Operation operation)

getName

public String getName()

setName

public void setName(String name)

getType

public String getType()

setType

public void setType(String type)

getId

public String getId()
Specified by:
getId in interface Identifiable


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