com.ebmwebsourcing.geasywsdl.domain
Class Service

java.lang.Object
  extended by com.ebmwebsourcing.geasywsdl.domain.AbstractNamedElement
      extended by com.ebmwebsourcing.geasywsdl.domain.Service
All Implemented Interfaces:
com.ebmwebsourcing.geasywsdl.domain.api.IService, com.ebmwebsourcing.geasywsdl.domain.api.IWsdlElement, com.ebmwebsourcing.geasywsdl.domain.api.IWsdlNamedElement, java.io.Serializable

public class Service
extends AbstractNamedElement
implements com.ebmwebsourcing.geasywsdl.domain.api.IService

Author:
Nicolas Boissel-Dallier - Petals Link
See Also:
Serialized Form

Constructor Summary
Service()
           
 
Method Summary
 void addPort(com.ebmwebsourcing.geasywsdl.domain.api.IPort port)
           
 java.util.Set<com.ebmwebsourcing.geasywsdl.domain.api.IPort> getPorts()
           
 void removePort(com.ebmwebsourcing.geasywsdl.domain.api.IPort port)
           
 
Methods inherited from class com.ebmwebsourcing.geasywsdl.domain.AbstractNamedElement
equals, getName, hashCode, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.geasywsdl.domain.api.IWsdlNamedElement
getName, setName
 

Constructor Detail

Service

public Service()
Method Detail

addPort

public void addPort(com.ebmwebsourcing.geasywsdl.domain.api.IPort port)
Specified by:
addPort in interface com.ebmwebsourcing.geasywsdl.domain.api.IService

getPorts

public java.util.Set<com.ebmwebsourcing.geasywsdl.domain.api.IPort> getPorts()
Specified by:
getPorts in interface com.ebmwebsourcing.geasywsdl.domain.api.IService

removePort

public void removePort(com.ebmwebsourcing.geasywsdl.domain.api.IPort port)
Specified by:
removePort in interface com.ebmwebsourcing.geasywsdl.domain.api.IService


Copyright © 2011 eBM WebSourcing. All Rights Reserved.