com.ebmwebsourcing.geasywsdl.domain
Class PortType

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

public class PortType
extends AbstractNamedElement
implements com.ebmwebsourcing.geasywsdl.domain.api.IPortType

See Also:
Serialized Form

Constructor Summary
PortType()
           
 
Method Summary
 void addOperation(com.ebmwebsourcing.geasywsdl.domain.api.IOperation operation)
           
 java.util.Set<com.ebmwebsourcing.geasywsdl.domain.api.IOperation> getOperations()
           
 
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

PortType

public PortType()
Method Detail

addOperation

public void addOperation(com.ebmwebsourcing.geasywsdl.domain.api.IOperation operation)
Specified by:
addOperation in interface com.ebmwebsourcing.geasywsdl.domain.api.IPortType

getOperations

public java.util.Set<com.ebmwebsourcing.geasywsdl.domain.api.IOperation> getOperations()
Specified by:
getOperations in interface com.ebmwebsourcing.geasywsdl.domain.api.IPortType


Copyright © 2011 eBM WebSourcing. All Rights Reserved.