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

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

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

Subinterfaces of Param in com.ebmwebsourcing.commons.wsdl.api
 interface Fault
          This interface represents a fault message, and contains the name of the fault and the message itself.
 interface Input
          This interface represents an input message, and contains the name of the input and the message itself.
 interface Output
          This interface represents an output message, and contains the name of the output and the message itself.
 

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

Classes in com.ebmwebsourcing.commons.wsdl.api.abstractElmt that implement Param
 class AbstractParamImpl<E>
           
 

Fields in com.ebmwebsourcing.commons.wsdl.api.abstractElmt declared as Param
protected  Param AbstractPartImpl.param
          the parent param
 

Methods in com.ebmwebsourcing.commons.wsdl.api.abstractElmt that return Param
 Param AbstractPartImpl.getParam()
           
 

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

Classes in com.ebmwebsourcing.commons.wsdl.impl.wsdl11 that implement Param
 class FaultImpl
           
 class InputImpl
           
 class OutputImpl
           
 

Constructors in com.ebmwebsourcing.commons.wsdl.impl.wsdl11 with parameters of type Param
PartImpl(TPart part, Param param)
           
 



Copyright © 2008 eBM WebSourcing. All Rights Reserved.