org.mule.devkit.wsdl
Class Service
java.lang.Object
org.mule.devkit.wsdl.Service
- All Implemented Interfaces:
- Identifiable
public class Service
- extends Object
- implements Identifiable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Service
public Service()
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.