org.mule.devkit.wsdl
Class PortType

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

public class PortType
extends Object
implements Identifiable


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

Constructor Detail

PortType

public PortType()
Method Detail

getOperationsMap

public Map<String,Operation> getOperationsMap()

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)

getId

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


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