Uses of Interface
org.apache.wsil.extension.wsdl.ImplementedBinding
Packages that use ImplementedBinding
-
Uses of ImplementedBinding in org.apache.wsil.extension.wsdl
Methods in org.apache.wsil.extension.wsdl that return ImplementedBindingModifier and TypeMethodDescriptionReference.getImplementedBindings()Get list of implemented bindings.Methods in org.apache.wsil.extension.wsdl with parameters of type ImplementedBindingModifier and TypeMethodDescriptionvoidReference.addImplementedBinding(ImplementedBinding binding) Add implemented binding.voidReference.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 ImplementedBindingModifier and TypeClassDescriptionclassThis class contains the implementation for a <wsilwsdl:implementedBinding> element.Methods in org.apache.wsil.impl.extension.wsdl that return ImplementedBindingModifier and TypeMethodDescriptionReferenceImpl.getImplementedBindings()Get list of implemented bindings.Methods in org.apache.wsil.impl.extension.wsdl with parameters of type ImplementedBindingModifier and TypeMethodDescriptionvoidReferenceImpl.addImplementedBinding(ImplementedBinding binding) Add implemented binding.voidReferenceImpl.removeImplementedBinding(ImplementedBinding binding) Remove implemented binding.