Uses of Interface
org.apache.beehive.wsm.jsr181.model.BeehiveWsSOAPBindingInfo

Packages that use BeehiveWsSOAPBindingInfo
org.apache.beehive.wsm.axis   
org.apache.beehive.wsm.jsr181.model   
org.apache.beehive.wsm.jsr181.model.jsr181   
org.apache.beehive.wsm.jsr181.processor.apt   
 

Uses of BeehiveWsSOAPBindingInfo in org.apache.beehive.wsm.axis
 

Methods in org.apache.beehive.wsm.axis with parameters of type BeehiveWsSOAPBindingInfo
protected static void AxisHook.configureSoapBinding(ServiceDesc sd, BeehiveWsSOAPBindingInfo sbi)
           
 

Uses of BeehiveWsSOAPBindingInfo in org.apache.beehive.wsm.jsr181.model
 

Methods in org.apache.beehive.wsm.jsr181.model that return BeehiveWsSOAPBindingInfo
 BeehiveWsSOAPBindingInfo BeehiveWsTypeMetadata.getSoapBinding()
           
 

Methods in org.apache.beehive.wsm.jsr181.model with parameters of type BeehiveWsSOAPBindingInfo
 void BeehiveWsTypeMetadata.setSoapBinding(BeehiveWsSOAPBindingInfo soapBinding)
           
 

Uses of BeehiveWsSOAPBindingInfo in org.apache.beehive.wsm.jsr181.model.jsr181
 

Classes in org.apache.beehive.wsm.jsr181.model.jsr181 that implement BeehiveWsSOAPBindingInfo
 class SOAPBindingInfo
           
 

Methods in org.apache.beehive.wsm.jsr181.model.jsr181 that return BeehiveWsSOAPBindingInfo
 BeehiveWsSOAPBindingInfo Jsr181TypeMetadataImpl.getSoapBinding()
           
 

Methods in org.apache.beehive.wsm.jsr181.model.jsr181 with parameters of type BeehiveWsSOAPBindingInfo
 void Jsr181TypeMetadataImpl.setSoapBinding(BeehiveWsSOAPBindingInfo soapBinding)
           
 

Uses of BeehiveWsSOAPBindingInfo in org.apache.beehive.wsm.jsr181.processor.apt
 

Methods in org.apache.beehive.wsm.jsr181.processor.apt with parameters of type BeehiveWsSOAPBindingInfo
static void WebServiceMetadataViewer.print(BeehiveWsSOAPBindingInfo soapBindingInfo)
           
static void WebServiceMetadataViewer.print(int tab, BeehiveWsSOAPBindingInfo soapBindingInfo)