Uses of Class
org.apache.axis.enum.Use

Packages that use Use
org.apache.axis   
org.apache.axis.client   
org.apache.axis.deployment.wsdd   
org.apache.axis.description   
org.apache.axis.enum   
org.apache.axis.handlers.soap   
org.apache.axis.wsdl.fromJava   
org.apache.axis.wsdl.symbolTable   
org.apache.axis.wsdl.toJava   
 

Uses of Use in org.apache.axis
 

Methods in org.apache.axis that return Use
 Use MessageContext.getOperationUse()
          Get the operation use.
 

Uses of Use in org.apache.axis.client
 

Methods in org.apache.axis.client that return Use
 Use Call.getOperationUse()
          Get the operation use.
 

Methods in org.apache.axis.client with parameters of type Use
 void Call.setOperationUse(Use operationUse)
          Set the operation use
 

Uses of Use in org.apache.axis.deployment.wsdd
 

Methods in org.apache.axis.deployment.wsdd that return Use
 Use WSDDService.getUse()
          Get the service use - literal or encoded
 

Methods in org.apache.axis.deployment.wsdd with parameters of type Use
 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
 Use ServiceDesc.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.
 

Methods in org.apache.axis.description with parameters of type Use
 void ServiceDesc.setUse(Use use)
           
 void OperationDesc.setUse(Use use)
           
 

Uses of Use in org.apache.axis.enum
 

Fields in org.apache.axis.enum declared as Use
static Use Use.ENCODED
           
static Use Use.LITERAL
           
static Use Use.DEFAULT
           
 

Methods in org.apache.axis.enum that return Use
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.enum with parameters of type Use
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.handlers.soap
 

Methods in org.apache.axis.handlers.soap that return Use
 Use SOAPService.getUse()
           
 

Methods in org.apache.axis.handlers.soap with parameters of type Use
 void SOAPService.setUse(Use style)
           
 

Uses of Use in org.apache.axis.wsdl.fromJava
 

Methods in org.apache.axis.wsdl.fromJava that return Use
 Use Emitter.getUse()
          getUse
 

Methods in org.apache.axis.wsdl.fromJava with parameters of type Use
 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
 Use FaultInfo.getUse()
           
 Use BindingEntry.getInputBodyType(javax.wsdl.Operation operation)
          Get the input body type for the given operation.
 Use BindingEntry.getOutputBodyType(javax.wsdl.Operation operation)
          Get the output body type for the given operation.
 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.OperationAttr.getInputBodyType()
           
 Use BindingEntry.OperationAttr.getOutputBodyType()
           
 

Methods in org.apache.axis.wsdl.symbolTable with parameters of type Use
protected  void BindingEntry.setInputBodyType(javax.wsdl.Operation operation, Use inputBodyType)
          Set the input body type for the given operation.
protected  void BindingEntry.setOutputBodyType(javax.wsdl.Operation operation, Use outputBodyType)
          Set the output body type for the given operation.
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)
           
protected  void BindingEntry.OperationAttr.setOutputBodyType(Use outputBodyType)
           
 

Constructors in org.apache.axis.wsdl.symbolTable with parameters of type Use
FaultInfo(javax.wsdl.Fault fault, Use use, java.lang.String namespace, SymbolTable symbolTable)
          This constructor creates FaultInfo for a binding fault.
BindingEntry.OperationAttr(Use inputBodyType, Use outputBodyType, java.util.HashMap faultBodyTypeMap)
           
BindingEntry.OperationAttr(Use inputBodyType, Use outputBodyType, java.util.HashMap faultBodyTypeMap)
           
 

Uses of Use in org.apache.axis.wsdl.toJava
 

Methods in org.apache.axis.wsdl.toJava with parameters of type Use
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
 



Copyright © 2003 Apache Web Services Project. All Rights Reserved.