Uses of Interface
org.apache.wsil.extension.wsdl.ImplementedBinding
-
Packages that use ImplementedBinding Package Description 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 Modifier and Type Method Description ImplementedBinding[]
Reference. getImplementedBindings()
Get list of implemented bindings.Methods in org.apache.wsil.extension.wsdl with parameters of type ImplementedBinding Modifier and Type Method Description 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 Modifier and Type Class Description class
ImplementedBindingImpl
This class contains the implementation for a <wsilwsdl:implementedBinding> element.Methods in org.apache.wsil.impl.extension.wsdl that return ImplementedBinding Modifier and Type Method Description ImplementedBinding[]
ReferenceImpl. getImplementedBindings()
Get list of implemented bindings.Methods in org.apache.wsil.impl.extension.wsdl with parameters of type ImplementedBinding Modifier and Type Method Description void
ReferenceImpl. addImplementedBinding(ImplementedBinding binding)
Add implemented binding.void
ReferenceImpl. removeImplementedBinding(ImplementedBinding binding)
Remove implemented binding.
-