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

Packages that use AbsItfBinding
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   
 

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

Subinterfaces of AbsItfBinding in org.ow2.easywsdl.wsdl.api
 interface Binding
          This interface represents a port type binding and describes the protocol required for using operations in a port type.
 

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

Classes in org.ow2.easywsdl.wsdl.api.abstractElmt with type parameters of type AbsItfBinding
 class AbstractDescriptionImpl<E,S extends AbsItfService<I,? extends AbsItfEndpoint>,Ep extends AbsItfEndpoint,B extends AbsItfBinding,I extends AbsItfInterfaceType<? extends AbsItfOperation>,Incl extends AbsItfInclude<? extends AbsItfDescription>,Impt extends AbsItfImport<? extends AbsItfDescription>,T extends AbsItfTypes>
           
 class AbstractEndpointImpl<E,S extends AbsItfService,B extends AbsItfBinding>
           
 

Classes in org.ow2.easywsdl.wsdl.api.abstractElmt that implement AbsItfBinding
 class AbstractBindingImpl<E,I extends AbsItfInterfaceType,BO extends AbsItfBindingOperation>
           
 

Fields in org.ow2.easywsdl.wsdl.api.abstractElmt declared as AbsItfBinding
protected  AbsItfBinding AbstractBindingOperationImpl.binding
          the parent binding
 

Methods in org.ow2.easywsdl.wsdl.api.abstractElmt that return AbsItfBinding
 AbsItfBinding AbstractBindingOperationImpl.getBinding()
           
 

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

Classes in org.ow2.easywsdl.wsdl.api.abstractItf with type parameters of type AbsItfBinding
 interface AbsItfDescription<S extends AbsItfService,E extends AbsItfEndpoint,B extends AbsItfBinding,I extends AbsItfInterfaceType,Incl extends AbsItfInclude,Impt extends AbsItfImport,T extends AbsItfTypes>
          This interface represents a WSDL definition.
 interface AbsItfEndpoint<S extends AbsItfService,B extends AbsItfBinding>
          This interface represents a port, an endpoint for the functionality described by a particular port type.
 

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

Classes in org.ow2.easywsdl.wsdl.decorator with type parameters of type AbsItfBinding
 class AbstractWSDLConverter<DNew extends AbsItfDescription,DImpl extends DecoratorDescriptionImpl,SNew extends AbsItfService,SImpl extends DecoratorServiceImpl,BNew extends AbsItfBinding,BImpl extends DecoratorBindingImpl,INew extends AbsItfInterfaceType,IImpl extends DecoratorInterfaceTypeImpl,InclNew extends AbsItfInclude,InclImpl extends DecoratorIncludeImpl,ImptNew extends AbsItfImport,ImptImpl extends DecoratorImportImpl,TNew extends AbsItfTypes,TImpl extends DecoratorTypesImpl,ENew extends AbsItfEndpoint,EImpl extends DecoratorEndpointImpl,ONew extends AbsItfOperation,OImpl extends DecoratorOperationImpl,InNew extends AbsItfInput,InImpl extends DecoratorInputImpl,OutNew extends AbsItfOutput,OutImpl extends DecoratorOutputImpl,FNew extends AbsItfFault,FImpl extends DecoratorFaultImpl,BONew extends AbsItfBindingOperation,BOImpl extends DecoratorBindingOperationImpl,BInNew extends AbsItfBindingInput,BInImpl extends DecoratorBindingInputImpl,BOutNew extends AbsItfBindingOutput,BOutImpl extends DecoratorBindingOutputImpl,BFNew extends AbsItfBindingFault,BFImpl extends DecoratorBindingFaultImpl,SchNew extends AbsItfSchema,SchImpl extends DecoratorSchemaImpl,AnnNew extends AbsItfAnnotation,AnnImpl extends DecoratorAnnotationImpl,AttGNew extends AbsItfAttributeGroup,AttGImpl extends DecoratorAttributeGroupImpl,AttNew extends AbsItfAttribute,AttImpl extends DecoratorAttributeImpl,CTNew extends AbsItfComplexType,CTImpl extends DecoratorComplexTypeImpl,ElmtNew extends AbsItfElement,ElmtImpl extends DecoratorElementImpl,GNew extends AbsItfGroup,GImpl extends DecoratorGroupImpl,ImptSchNew extends AbsItfImport,ImptSchImpl extends DecoratorImportImpl,InclSchNew extends AbsItfInclude,InclSchImpl extends DecoratorIncludeImpl,NotNew extends AbsItfNotation,NotImpl extends DecoratorNotationImpl,RedNew extends AbsItfRedefine,RedImpl extends DecoratorRedefineImpl,STNew extends AbsItfSimpleType,STImpl extends DecoratorSimpleTypeImpl,TSchNew extends AbsItfType,TSchImpl extends DecoratorTypeImpl>
           
 class DecoratorDescriptionImpl<S extends AbsItfService,E extends AbsItfEndpoint,B extends AbsItfBinding,I extends AbsItfInterfaceType,Incl extends AbsItfInclude,Impt extends AbsItfImport,T extends AbsItfTypes>
           
 class DecoratorEndpointImpl<S extends AbsItfService,B extends AbsItfBinding>
           
 

Fields in org.ow2.easywsdl.wsdl.decorator declared as AbsItfBinding
protected  AbsItfBinding<I,BO> DecoratorBindingImpl.binding
           
 

Methods in org.ow2.easywsdl.wsdl.decorator with parameters of type AbsItfBinding
protected  BNew AbstractWSDLConverter.convertBinding(AbsItfBinding oldBinding, java.lang.Class<BImpl> bimpl)
           
 

Method parameters in org.ow2.easywsdl.wsdl.decorator with type arguments of type AbsItfBinding
protected  void AbstractWSDLConverter.convertBindings(java.util.List<AbsItfBinding> bindings, java.lang.Class<BImpl> bimpl, DNew newDesc)
           
 

Constructors in org.ow2.easywsdl.wsdl.decorator with parameters of type AbsItfBinding
DecoratorBindingImpl(AbsItfBinding<I,BO> binding)
           
 

Uses of AbsItfBinding in org.ow2.easywsdl.wsdl.impl.wsdl11
 

Classes in org.ow2.easywsdl.wsdl.impl.wsdl11 that implement AbsItfBinding
 class BindingImpl
           
 



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