Uses of Class
org.apache.axis.constants.Use
-
-
Uses of Use in org.apache.axis
Methods in org.apache.axis that return Use Modifier and Type Method Description UseMessageContext. getOperationUse()Get the operation use. -
Uses of Use in org.apache.axis.client
Methods in org.apache.axis.client that return Use Modifier and Type Method Description UseCall. getOperationUse()Get the operation use.Methods in org.apache.axis.client with parameters of type Use Modifier and Type Method Description voidCall. setOperationUse(Use operationUse)Set the operation use -
Uses of Use in org.apache.axis.constants
Fields in org.apache.axis.constants declared as Use Modifier and Type Field Description static UseUse. DEFAULTstatic UseUse. ENCODEDstatic UseUse. LITERALMethods in org.apache.axis.constants that return Use Modifier and Type Method Description static UseUse. getDefault()static UseUse. getUse(int style)static UseUse. getUse(java.lang.String style)static UseUse. getUse(java.lang.String style, Use dephault)UseUse.Type. getUse(int style)UseUse.Type. getUse(java.lang.String style)UseUse.Type. getUse(java.lang.String style, Use dephault)Methods in org.apache.axis.constants with parameters of type Use Modifier and Type Method Description static UseUse. getUse(java.lang.String style, Use dephault)UseUse.Type. getUse(java.lang.String style, Use dephault) -
Uses of Use in org.apache.axis.deployment.wsdd
Methods in org.apache.axis.deployment.wsdd that return Use Modifier and Type Method Description UseWSDDService. getUse()Get the service use - literal or encodedMethods in org.apache.axis.deployment.wsdd with parameters of type Use Modifier and Type Method Description voidWSDDService. setUse(Use use)Set the service use - literal or encoded -
Uses of Use in org.apache.axis.description
Methods in org.apache.axis.description that return Use Modifier and Type Method Description UseJavaServiceDesc. getUse()What kind of use is this?UseOperationDesc. getUse()Return the use of the operation, defaulting to the parent ServiceDesc's use if we don't have one explicitly set.UseServiceDesc. getUse()What kind of use is this?Methods in org.apache.axis.description with parameters of type Use Modifier and Type Method Description voidJavaServiceDesc. setUse(Use use)voidOperationDesc. setUse(Use use)voidServiceDesc. setUse(Use use) -
Uses of Use in org.apache.axis.handlers.soap
Methods in org.apache.axis.handlers.soap that return Use Modifier and Type Method Description UseSOAPService. getUse()Methods in org.apache.axis.handlers.soap with parameters of type Use Modifier and Type Method Description voidSOAPService. setUse(Use style) -
Uses of Use in org.apache.axis.wsdl.fromJava
Methods in org.apache.axis.wsdl.fromJava that return Use Modifier and Type Method Description UseEmitter. getUse()getUseMethods in org.apache.axis.wsdl.fromJava with parameters of type Use Modifier and Type Method Description voidEmitter. setUse(Use value)setUse -
Uses of Use in org.apache.axis.wsdl.symbolTable
Methods in org.apache.axis.wsdl.symbolTable that return Use Modifier and Type Method Description UseBindingEntry. getFaultBodyType(javax.wsdl.Operation operation, java.lang.String faultName)Get the fault body type for the given fault of the given operation.UseBindingEntry. getInputBodyType(javax.wsdl.Operation operation)Get the input body type for the given operation.UseBindingEntry.OperationAttr. getInputBodyType()Method getInputBodyTypeUseBindingEntry. getOutputBodyType(javax.wsdl.Operation operation)Get the output body type for the given operation.UseBindingEntry.OperationAttr. getOutputBodyType()Method getOutputBodyTypeUseFaultInfo. getUse()Method getUseMethods in org.apache.axis.wsdl.symbolTable with parameters of type Use Modifier and Type Method Description protected 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 Use Constructor Description FaultInfo(javax.wsdl.Fault fault, Use use, java.lang.String namespace, SymbolTable symbolTable)This constructor creates FaultInfo for a binding fault.OperationAttr(Use inputBodyType, Use outputBodyType, java.util.HashMap faultBodyTypeMap)Constructor OperationAttr -
Uses of Use in org.apache.axis.wsdl.toJava
Methods in org.apache.axis.wsdl.toJava with parameters of type Use Modifier and Type Method Description protected voidJavaDeployWriter. writeDeployTypes(java.io.PrintWriter pw, javax.wsdl.Binding binding, boolean hasLiteral, boolean hasMIME, Use use)Write out bean mappings for each type
-