Uses of Class
org.apache.axis2.description.AxisBinding
-
Packages that use AxisBinding Package Description org.apache.axis2.deployment.util org.apache.axis2.description org.apache.axis2.wsdl.codegen.emitter -
-
Uses of AxisBinding in org.apache.axis2.deployment.util
Methods in org.apache.axis2.deployment.util that return AxisBinding Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description AxisBinding
AxisBindingOperation. getAxisBinding()
AxisBinding
AxisEndpoint. getBinding()
Methods in org.apache.axis2.description with parameters of type AxisBinding Modifier and Type Method Description protected OMElement
AxisService2WSDL11. generateSoap11Binding(OMFactory fac, AxisBinding axisBinding)
void
AxisEndpoint. setBinding(AxisBinding binding)
-
Uses of AxisBinding in org.apache.axis2.wsdl.codegen.emitter
Fields in org.apache.axis2.wsdl.codegen.emitter declared as AxisBinding Modifier and Type Field Description protected AxisBinding
AxisServiceBasedMultiLanguageEmitter. axisBinding
-