com.ebmwebsourcing.geasywsdl.domain.api
Interface IBinding

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

public interface IBinding
extends IWsdlNamedElement

Author:
Nicolas Boissel-Dallier - Petals Link

Method Summary
 void addOperation(IOperation operation)
           
 java.util.Set<IOperation> getOperations()
           
 IPortType getPortType()
           
 void setPortType(IPortType porttype)
           
 
Methods inherited from interface com.ebmwebsourcing.geasywsdl.domain.api.IWsdlNamedElement
getName, setName
 

Method Detail

getPortType

IPortType getPortType()

setPortType

void setPortType(IPortType porttype)

getOperations

java.util.Set<IOperation> getOperations()

addOperation

void addOperation(IOperation operation)


Copyright © 2011 eBM WebSourcing. All Rights Reserved.