com.ebmwebsourcing.geasywsdl.domain
Class Binding

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

public class Binding
extends AbstractNamedElement
implements com.ebmwebsourcing.geasywsdl.domain.api.IBinding

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

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

Binding

public Binding()
Method Detail

getPortType

public com.ebmwebsourcing.geasywsdl.domain.api.IPortType getPortType()
Specified by:
getPortType in interface com.ebmwebsourcing.geasywsdl.domain.api.IBinding

setPortType

public void setPortType(com.ebmwebsourcing.geasywsdl.domain.api.IPortType porttype)
Specified by:
setPortType in interface com.ebmwebsourcing.geasywsdl.domain.api.IBinding

getOperations

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

addOperation

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


Copyright © 2011 eBM WebSourcing. All Rights Reserved.