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 Use
MessageContext. 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 Use
Call. getOperationUse()
Get the operation use.Methods in org.apache.axis.client with parameters of type Use Modifier and Type Method Description void
Call. 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 Use
Use. DEFAULT
static Use
Use. ENCODED
static Use
Use. LITERAL
Methods in org.apache.axis.constants that return Use Modifier and Type Method Description static Use
Use. getDefault()
static Use
Use. getUse(int style)
static Use
Use. getUse(java.lang.String style)
static Use
Use. getUse(java.lang.String style, Use dephault)
Use
Use.Type. getUse(int style)
Use
Use.Type. getUse(java.lang.String style)
Use
Use.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 Use
Use. getUse(java.lang.String style, Use dephault)
Use
Use.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 Use
WSDDService. getUse()
Get the service use - literal or encodedMethods in org.apache.axis.deployment.wsdd with parameters of type Use Modifier and Type Method Description void
WSDDService. 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 Use
JavaServiceDesc. getUse()
What kind of use is this?Use
OperationDesc. getUse()
Return the use of the operation, defaulting to the parent ServiceDesc's use if we don't have one explicitly set.Use
ServiceDesc. getUse()
What kind of use is this?Methods in org.apache.axis.description with parameters of type Use Modifier and Type Method Description void
JavaServiceDesc. setUse(Use use)
void
OperationDesc. setUse(Use use)
void
ServiceDesc. 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 Use
SOAPService. getUse()
Methods in org.apache.axis.handlers.soap with parameters of type Use Modifier and Type Method Description void
SOAPService. 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 Use
Emitter. getUse()
getUseMethods in org.apache.axis.wsdl.fromJava with parameters of type Use Modifier and Type Method Description void
Emitter. 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 Use
BindingEntry. getFaultBodyType(javax.wsdl.Operation operation, java.lang.String faultName)
Get the fault body type for the given fault of the given operation.Use
BindingEntry. getInputBodyType(javax.wsdl.Operation operation)
Get the input body type for the given operation.Use
BindingEntry.OperationAttr. getInputBodyType()
Method getInputBodyTypeUse
BindingEntry. getOutputBodyType(javax.wsdl.Operation operation)
Get the output body type for the given operation.Use
BindingEntry.OperationAttr. getOutputBodyType()
Method getOutputBodyTypeUse
FaultInfo. getUse()
Method getUseMethods in org.apache.axis.wsdl.symbolTable with parameters of type Use Modifier and Type Method Description protected 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 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 void
JavaDeployWriter. writeDeployTypes(java.io.PrintWriter pw, javax.wsdl.Binding binding, boolean hasLiteral, boolean hasMIME, Use use)
Write out bean mappings for each type
-