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 TypeMethodDescriptionvoid
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 ImplementedBindingModifier and TypeClassDescriptionclass
This 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 TypeMethodDescriptionvoid
ReferenceImpl.addImplementedBinding
(ImplementedBinding binding) Add implemented binding.void
ReferenceImpl.removeImplementedBinding
(ImplementedBinding binding) Remove implemented binding.