Uses of Interface
org.apache.wsil.extension.wsdl.ImplementedBinding

Packages that use ImplementedBinding
org.apache.wsil.extension.wsdl   
org.apache.wsil.impl.extension.wsdl   
 

Uses of ImplementedBinding in org.apache.wsil.extension.wsdl
 

Methods in org.apache.wsil.extension.wsdl that return ImplementedBinding
 ImplementedBinding[] Reference.getImplementedBindings()
          Get list of implemented bindings.
 

Methods in org.apache.wsil.extension.wsdl with parameters of type ImplementedBinding
 void Reference.addImplementedBinding(ImplementedBinding binding)
          Add implemented binding.
 void Reference.removeImplementedBinding(ImplementedBinding binding)
          Remove implemented binding.
 

Uses of ImplementedBinding in org.apache.wsil.impl.extension.wsdl
 

Classes in org.apache.wsil.impl.extension.wsdl that implement ImplementedBinding
 class ImplementedBindingImpl
          This class contains the implementation for a <wsilwsdl:implementedBinding> element.
 

Methods in org.apache.wsil.impl.extension.wsdl that return ImplementedBinding
 ImplementedBinding[] ReferenceImpl.getImplementedBindings()
          Get list of implemented bindings.
 

Methods in org.apache.wsil.impl.extension.wsdl with parameters of type ImplementedBinding
 void ReferenceImpl.addImplementedBinding(ImplementedBinding binding)
          Add implemented binding.
 void ReferenceImpl.removeImplementedBinding(ImplementedBinding binding)
          Remove implemented binding.
 



Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.