Uses of Class
org.apache.axis2.description.AxisBinding
Packages that use AxisBinding
-
Uses of AxisBinding in org.apache.axis2.deployment.util
Methods in org.apache.axis2.deployment.util that return AxisBindingModifier and TypeMethodDescriptionstatic AxisBindingUtils.getHttpBinding(AxisService service) static AxisBindingUtils.getSoap11Binding(AxisService service) static AxisBindingUtils.getSoap12Binding(AxisService service) Methods in org.apache.axis2.deployment.util with parameters of type AxisBindingModifier and TypeMethodDescriptionstatic AxisBindingOperationUtils.getBindingOperation(AxisBinding binding, AxisOperation operation) static booleanUtils.isHttpBinding(AxisBinding binding) static booleanUtils.isSoap11Binding(AxisBinding binding) static booleanUtils.isSoap12Binding(AxisBinding binding) -
Uses of AxisBinding in org.apache.axis2.description
Methods in org.apache.axis2.description that return AxisBindingModifier and TypeMethodDescriptionAxisBindingOperation.getAxisBinding()AxisEndpoint.getBinding()Methods in org.apache.axis2.description with parameters of type AxisBindingModifier and TypeMethodDescriptionprotected org.apache.axiom.om.OMElementAxisService2WSDL11.generateSoap11Binding(org.apache.axiom.om.OMFactory fac, AxisBinding axisBinding) voidAxisEndpoint.setBinding(AxisBinding binding)