Uses of Class
org.apache.axis2.description.AxisBinding

Packages that use AxisBinding
org.apache.axis2.deployment.util   
org.apache.axis2.description   
 

Uses of AxisBinding in org.apache.axis2.deployment.util
 

Methods in org.apache.axis2.deployment.util that return AxisBinding
static AxisBinding Utils.getHttpBinding(AxisService service)
           
static AxisBinding Utils.getSoap11Binding(AxisService service)
           
static AxisBinding Utils.getSoap12Binding(AxisService service)
           
 

Methods in org.apache.axis2.deployment.util with parameters of type AxisBinding
static AxisBindingOperation Utils.getBindingOperation(AxisBinding binding, AxisOperation operation)
           
static boolean Utils.isHttpBinding(AxisBinding binding)
           
static boolean Utils.isSoap11Binding(AxisBinding binding)
           
static boolean Utils.isSoap12Binding(AxisBinding binding)
           
 

Uses of AxisBinding in org.apache.axis2.description
 

Methods in org.apache.axis2.description that return AxisBinding
 AxisBinding AxisBindingOperation.getAxisBinding()
           
 AxisBinding AxisEndpoint.getBinding()
           
 

Methods in org.apache.axis2.description with parameters of type AxisBinding
 void AxisEndpoint.setBinding(AxisBinding binding)
           
 



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.