com.ebmwebsourcing.geasywsdl.domain.api
Interface IService

All Superinterfaces:
IWsdlElement, IWsdlNamedElement, java.io.Serializable

public interface IService
extends IWsdlNamedElement

Author:
Nicolas Boissel-Dallier - Petals Link

Method Summary
 void addPort(IPort port)
           
 java.util.Set<IPort> getPorts()
           
 void removePort(IPort port)
           
 
Methods inherited from interface com.ebmwebsourcing.geasywsdl.domain.api.IWsdlNamedElement
getName, setName
 

Method Detail

addPort

void addPort(IPort port)

getPorts

java.util.Set<IPort> getPorts()

removePort

void removePort(IPort port)


Copyright © 2011 eBM WebSourcing. All Rights Reserved.