Uses of Interface
com.ebmwebsourcing.commons.wsdl.api.InterfaceType

Packages that use InterfaceType
com.ebmwebsourcing.commons.wsdl.api   
com.ebmwebsourcing.commons.wsdl.api.abstractElmt   
com.ebmwebsourcing.commons.wsdl.impl.wsdl11   
com.ebmwebsourcing.commons.wsdl.impl.wsdl20   
 

Uses of InterfaceType in com.ebmwebsourcing.commons.wsdl.api
 

Methods in com.ebmwebsourcing.commons.wsdl.api that return InterfaceType
 InterfaceType Description.createInterface()
          Create a new interface.
 InterfaceType Service.getInterface()
          Get interface.
 InterfaceType Binding.getInterface()
          Get the port type this is a binding for.
 InterfaceType Description.getInterface(javax.xml.namespace.QName name)
          Get the specified portType.
 InterfaceType Description.removeInterface(javax.xml.namespace.QName name)
          Remove the specified portType from this definition.
 

Methods in com.ebmwebsourcing.commons.wsdl.api that return types with arguments of type InterfaceType
 java.util.List<InterfaceType> Description.getInterfaces()
          Get all the portTypes defined in this Definition.
 

Methods in com.ebmwebsourcing.commons.wsdl.api with parameters of type InterfaceType
 void Description.addInterface(InterfaceType interfaceType)
          Add a portType to this WSDL description.
 void Binding.setInterface(InterfaceType interfaceType)
          Set the port type this is a binding for.
 

Uses of InterfaceType in com.ebmwebsourcing.commons.wsdl.api.abstractElmt
 

Classes in com.ebmwebsourcing.commons.wsdl.api.abstractElmt that implement InterfaceType
 class AbstractInterfaceTypeImpl<E>
           
 

Fields in com.ebmwebsourcing.commons.wsdl.api.abstractElmt declared as InterfaceType
protected  InterfaceType AbstractOperationImpl.itf
          the parent interface
protected  InterfaceType AbstractBindingImpl.itf
          the associated interface
 

Fields in com.ebmwebsourcing.commons.wsdl.api.abstractElmt with type parameters of type InterfaceType
protected  java.util.List<InterfaceType> AbstractDescriptionImpl.interfaces
          list of interface
 

Methods in com.ebmwebsourcing.commons.wsdl.api.abstractElmt that return InterfaceType
 InterfaceType AbstractOperationImpl.getInterface()
           
 InterfaceType AbstractBindingImpl.getInterface()
           
 InterfaceType AbstractDescriptionImpl.getInterface(javax.xml.namespace.QName name)
           
 

Methods in com.ebmwebsourcing.commons.wsdl.api.abstractElmt that return types with arguments of type InterfaceType
 java.util.List<InterfaceType> AbstractDescriptionImpl.getInterfaces()
           
 

Methods in com.ebmwebsourcing.commons.wsdl.api.abstractElmt with parameters of type InterfaceType
 void AbstractDescriptionImpl.addInterface(InterfaceType itf)
          Interface operation
 

Uses of InterfaceType in com.ebmwebsourcing.commons.wsdl.impl.wsdl11
 

Classes in com.ebmwebsourcing.commons.wsdl.impl.wsdl11 that implement InterfaceType
 class InterfaceTypeImpl
           
 

Methods in com.ebmwebsourcing.commons.wsdl.impl.wsdl11 that return InterfaceType
 InterfaceType DescriptionImpl.createInterface()
           
 InterfaceType ServiceImpl.getInterface()
           
 InterfaceType DescriptionImpl.removeInterface(javax.xml.namespace.QName name)
           
 

Methods in com.ebmwebsourcing.commons.wsdl.impl.wsdl11 with parameters of type InterfaceType
 void DescriptionImpl.addInterface(InterfaceType interfaceType)
           
 void BindingImpl.setInterface(InterfaceType interfaceType)
           
 

Uses of InterfaceType in com.ebmwebsourcing.commons.wsdl.impl.wsdl20
 

Methods in com.ebmwebsourcing.commons.wsdl.impl.wsdl20 that return InterfaceType
 InterfaceType DescriptionImpl.createInterface()
           
 InterfaceType ServiceImpl.getInterface()
           
 InterfaceType DescriptionImpl.removeInterface(javax.xml.namespace.QName name)
           
 

Methods in com.ebmwebsourcing.commons.wsdl.impl.wsdl20 with parameters of type InterfaceType
 void DescriptionImpl.addInterface(InterfaceType interfaceType)
           
 void BindingImpl.setInterface(InterfaceType interfaceType)
           
 



Copyright © 2008 eBM WebSourcing. All Rights Reserved.