Uses of Interface
org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfBindingParam

Packages that use AbsItfBindingParam
org.ow2.easywsdl.wsdl.api   
org.ow2.easywsdl.wsdl.api.abstractElmt   
org.ow2.easywsdl.wsdl.api.abstractItf   
org.ow2.easywsdl.wsdl.decorator   
org.ow2.easywsdl.wsdl.impl.wsdl11.binding.mime   
org.ow2.easywsdl.wsdl.impl.wsdl20   
 

Uses of AbsItfBindingParam in org.ow2.easywsdl.wsdl.api
 

Subinterfaces of AbsItfBindingParam in org.ow2.easywsdl.wsdl.api
 interface BindingFault
          This interface represents a fault binding.
 interface BindingInput
          This interface represents a fault binding.
 interface BindingOutput
          This interface represents a fault binding.
 interface BindingParam
          This interface represents an input message, and contains the name of the input and the message itself.
 

Uses of AbsItfBindingParam in org.ow2.easywsdl.wsdl.api.abstractElmt
 

Classes in org.ow2.easywsdl.wsdl.api.abstractElmt that implement AbsItfBindingParam
 class AbstractBindingParamImpl<E>
           
 

Fields in org.ow2.easywsdl.wsdl.api.abstractElmt declared as AbsItfBindingParam
protected  AbsItfBindingParam AbstractBindingPartImpl.param
          the parent param
 

Methods in org.ow2.easywsdl.wsdl.api.abstractElmt that return AbsItfBindingParam
 AbsItfBindingParam AbstractBindingPartImpl.getParam()
           
 

Uses of AbsItfBindingParam in org.ow2.easywsdl.wsdl.api.abstractItf
 

Subinterfaces of AbsItfBindingParam in org.ow2.easywsdl.wsdl.api.abstractItf
 interface AbsItfBindingFault
          This interface represents a fault binding.
 interface AbsItfBindingInput
          This interface represents a fault binding.
 interface AbsItfBindingOutput
          This interface represents a fault binding.
 

Uses of AbsItfBindingParam in org.ow2.easywsdl.wsdl.decorator
 

Classes in org.ow2.easywsdl.wsdl.decorator with type parameters of type AbsItfBindingParam
 class DecoratorBindingParamImpl<BP extends AbsItfBindingParam>
           
 

Constructors in org.ow2.easywsdl.wsdl.decorator with parameters of type AbsItfBindingParam
DecoratorBindingParamImpl(AbsItfBindingParam bindingParam)
           
 

Uses of AbsItfBindingParam in org.ow2.easywsdl.wsdl.impl.wsdl11.binding.mime
 

Methods in org.ow2.easywsdl.wsdl.impl.wsdl11.binding.mime that return AbsItfBindingParam
 AbsItfBindingParam MIMEMultipartRelatedImpl.getParam()
           
 

Constructors in org.ow2.easywsdl.wsdl.impl.wsdl11.binding.mime with parameters of type AbsItfBindingParam
MIMEBindingImpl(java.util.List<ContentType> contents, java.util.List<TMimeXml> mimeXmls, java.util.List<MultipartRelatedType> multiparts, AbsItfBindingParam param)
           
MIMEMultipartRelatedImpl(MultipartRelatedType multipart, AbsItfBindingParam param)
           
MIMEPartImpl(TPart part, AbsItfBindingParam param)
           
 

Uses of AbsItfBindingParam in org.ow2.easywsdl.wsdl.impl.wsdl20
 

Classes in org.ow2.easywsdl.wsdl.impl.wsdl20 that implement AbsItfBindingParam
 class BindingFaultImpl
           
 class BindingInputImpl
           
 class BindingOutputImpl
           
 



Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.