Uses of Class
org.apache.beehive.wsm.jsr181.model.SOAPBindingInfo

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

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

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

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

Methods in org.apache.beehive.wsm.jsr181.model that return SOAPBindingInfo
 SOAPBindingInfo WebServiceTYPEMetadata.getSoapBinding()
           
 

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

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

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