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 TypeMethodDescriptionvoidCall.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 UseUse.DEFAULTstatic final UseUse.ENCODEDstatic final UseUse.LITERALMethods in org.apache.axis.constants that return UseModifier and TypeMethodDescriptionstatic UseUse.getDefault()static final UseUse.getUse(int style) static final Usestatic final Usefinal UseUse.Type.getUse(int style) final Usefinal UseMethods 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 voidBindingEntry.setBodyType(javax.wsdl.Operation operation, Use bodyType, boolean input) Set the body type for the given operation.protected voidBindingEntry.OperationAttr.setInputBodyType(Use inputBodyType) Method setInputBodyTypeprotected voidBindingEntry.setInputBodyType(javax.wsdl.Operation operation, Use inputBodyType) Set the input body type for the given operation.protected voidBindingEntry.OperationAttr.setOutputBodyType(Use outputBodyType) Method setOutputBodyTypeprotected voidBindingEntry.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 voidJavaDeployWriter.writeDeployTypes(PrintWriter pw, javax.wsdl.Binding binding, boolean hasLiteral, boolean hasMIME, Use use) Write out bean mappings for each type