Uses of Interface
org.apache.beehive.wsm.databinding.BindingLookupService

Packages that use BindingLookupService
org.apache.beehive.wsm.axis.databinding   
org.apache.beehive.wsm.axis.registration   
org.apache.beehive.wsm.databinding.xmlbeans   
org.apache.beehive.wsm.registration   
 

Uses of BindingLookupService in org.apache.beehive.wsm.axis.databinding
 

Classes in org.apache.beehive.wsm.axis.databinding that implement BindingLookupService
 class AxisTypeLookup
           
 class SystemTypeLookupService
           
 

Uses of BindingLookupService in org.apache.beehive.wsm.axis.registration
 

Constructors in org.apache.beehive.wsm.axis.registration with parameters of type BindingLookupService
AxisTypeRegistrar(TypeMapping tm, BindingLookupService lookupService)
           
 

Uses of BindingLookupService in org.apache.beehive.wsm.databinding.xmlbeans
 

Classes in org.apache.beehive.wsm.databinding.xmlbeans that implement BindingLookupService
 class XmlBeanTypeLookup
           
 

Uses of BindingLookupService in org.apache.beehive.wsm.registration
 

Fields in org.apache.beehive.wsm.registration declared as BindingLookupService
protected  BindingLookupService TypeRegistrar.lookupService
           
 

Constructors in org.apache.beehive.wsm.registration with parameters of type BindingLookupService
TypeRegistrar(TypeMapping typeMapping, BindingLookupService lookupService)