org.mule.devkit.wsdl
Class Service

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

public class Service
extends Object
implements Identifiable


Constructor Summary
Service()
           
 
Method Summary
 void addPort(Port port)
           
 String getDocumentation()
           
 String getId()
           
 String getName()
           
 List<Port> getPorts()
           
 void setDocumentation(String documentation)
           
 void setName(String name)
           
 void setPorts(List<Port> ports)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Service

public Service()
Method Detail

getPorts

public List<Port> getPorts()

setPorts

public void setPorts(List<Port> ports)

addPort

public void addPort(Port port)

getName

public String getName()

setName

public void setName(String name)

getDocumentation

public String getDocumentation()

setDocumentation

public void setDocumentation(String documentation)

getId

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


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