Uses of Class
org.apache.axis.constants.Use
Packages that use Use
Package
Description
-
Uses of Use in org.apache.axis
Methods in org.apache.axis that return Use -
Uses of Use in org.apache.axis.client
Methods in org.apache.axis.client that return UseMethods in org.apache.axis.client with parameters of type UseModifier and TypeMethodDescriptionvoid
Call.setOperationUse
(Use operationUse) Set the operation use -
Uses of Use in org.apache.axis.constants
Fields in org.apache.axis.constants declared as UseModifier and TypeFieldDescriptionstatic final Use
Use.DEFAULT
static final Use
Use.ENCODED
static final Use
Use.LITERAL
Methods in org.apache.axis.constants that return UseModifier and TypeMethodDescriptionstatic Use
Use.getDefault()
static final Use
Use.getUse
(int style) static final Use
static final Use
final Use
Use.Type.getUse
(int style) final Use
final Use
Methods in org.apache.axis.constants with parameters of type Use -
Uses of Use in org.apache.axis.deployment.wsdd
Methods in org.apache.axis.deployment.wsdd that return UseMethods in org.apache.axis.deployment.wsdd with parameters of type Use -
Uses of Use in org.apache.axis.description
Methods in org.apache.axis.description that return UseModifier and TypeMethodDescriptionJavaServiceDesc.getUse()
What kind of use is this?OperationDesc.getUse()
Return the use of the operation, defaulting to the parent ServiceDesc's use if we don't have one explicitly set.ServiceDesc.getUse()
What kind of use is this?Methods in org.apache.axis.description with parameters of type Use -
Uses of Use in org.apache.axis.handlers.soap
Methods in org.apache.axis.handlers.soap that return UseMethods in org.apache.axis.handlers.soap with parameters of type Use -
Uses of Use in org.apache.axis.wsdl.fromJava
Methods in org.apache.axis.wsdl.fromJava that return UseMethods in org.apache.axis.wsdl.fromJava with parameters of type Use -
Uses of Use in org.apache.axis.wsdl.symbolTable
Methods in org.apache.axis.wsdl.symbolTable that return UseModifier and TypeMethodDescriptionBindingEntry.getFaultBodyType
(javax.wsdl.Operation operation, String faultName) Get the fault body type for the given fault of the given operation.BindingEntry.getInputBodyType
(javax.wsdl.Operation operation) Get the input body type for the given operation.BindingEntry.OperationAttr.getInputBodyType()
Method getInputBodyTypeBindingEntry.getOutputBodyType
(javax.wsdl.Operation operation) Get the output body type for the given operation.BindingEntry.OperationAttr.getOutputBodyType()
Method getOutputBodyTypeFaultInfo.getUse()
Method getUseMethods in org.apache.axis.wsdl.symbolTable with parameters of type UseModifier and TypeMethodDescriptionprotected void
BindingEntry.setBodyType
(javax.wsdl.Operation operation, Use bodyType, boolean input) Set the body type for the given operation.protected void
BindingEntry.OperationAttr.setInputBodyType
(Use inputBodyType) Method setInputBodyTypeprotected void
BindingEntry.setInputBodyType
(javax.wsdl.Operation operation, Use inputBodyType) Set the input body type for the given operation.protected void
BindingEntry.OperationAttr.setOutputBodyType
(Use outputBodyType) Method setOutputBodyTypeprotected void
BindingEntry.setOutputBodyType
(javax.wsdl.Operation operation, Use outputBodyType) Set the output body type for the given operation.Constructors in org.apache.axis.wsdl.symbolTable with parameters of type UseModifierConstructorDescriptionFaultInfo
(javax.wsdl.Fault fault, Use use, String namespace, SymbolTable symbolTable) This constructor creates FaultInfo for a binding fault.OperationAttr
(Use inputBodyType, Use outputBodyType, HashMap faultBodyTypeMap) Constructor OperationAttr -
Uses of Use in org.apache.axis.wsdl.toJava
Methods in org.apache.axis.wsdl.toJava with parameters of type UseModifier and TypeMethodDescriptionprotected void
JavaDeployWriter.writeDeployTypes
(PrintWriter pw, javax.wsdl.Binding binding, boolean hasLiteral, boolean hasMIME, Use use) Write out bean mappings for each type