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

Packages that use Style
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   
 

Uses of Style in org.apache.axis
 

Methods in org.apache.axis that return Style
 Style MessageContext.getOperationStyle()
          Get the operation style.
 

Uses of Style in org.apache.axis.client
 

Methods in org.apache.axis.client that return Style
 Style Call.getOperationStyle()
          Get the operation style.
 

Methods in org.apache.axis.client with parameters of type Style
 void Call.setOperationStyle(Style operationStyle)
          Set the operation style
 

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

Methods in org.apache.axis.deployment.wsdd that return Style
 Style WSDDService.getStyle()
          Get the service style - document or RPC
 

Methods in org.apache.axis.deployment.wsdd with parameters of type Style
 void WSDDService.setStyle(Style style)
          Set the service style - document or RPC
 

Uses of Style in org.apache.axis.description
 

Methods in org.apache.axis.description that return Style
 Style ServiceDesc.getStyle()
          What kind of service is this?
 Style OperationDesc.getStyle()
          Return the style of the operation, defaulting to the parent ServiceDesc's style if we don't have one explicitly set.
 

Methods in org.apache.axis.description with parameters of type Style
 void ServiceDesc.setStyle(Style style)
           
 void OperationDesc.setStyle(Style style)
           
 

Uses of Style in org.apache.axis.enum
 

Fields in org.apache.axis.enum declared as Style
static Style Style.RPC
           
static Style Style.DOCUMENT
           
static Style Style.WRAPPED
           
static Style Style.MESSAGE
           
static Style Style.DEFAULT
           
 

Methods in org.apache.axis.enum that return Style
static Style Style.getDefault()
           
static Style Style.getStyle(int style)
           
static Style Style.getStyle(java.lang.String style)
           
static Style Style.getStyle(java.lang.String style, Style dephault)
           
 Style Style.Type.getStyle(int style)
           
 Style Style.Type.getStyle(java.lang.String style)
           
 Style Style.Type.getStyle(java.lang.String style, Style dephault)
           
 

Methods in org.apache.axis.enum with parameters of type Style
static Style Style.getStyle(java.lang.String style, Style dephault)
           
 Style Style.Type.getStyle(java.lang.String style, Style dephault)
           
 

Uses of Style in org.apache.axis.handlers.soap
 

Methods in org.apache.axis.handlers.soap that return Style
 Style SOAPService.getStyle()
           
 

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

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

Methods in org.apache.axis.wsdl.fromJava that return Style
 Style Emitter.getStyle()
          getStyle
 

Methods in org.apache.axis.wsdl.fromJava with parameters of type Style
 void Emitter.setStyle(Style value)
          setStyle
 

Uses of Style in org.apache.axis.wsdl.symbolTable
 

Methods in org.apache.axis.wsdl.symbolTable that return Style
 Style BindingEntry.getBindingStyle()
          Get this entry's binding style.
 

Methods in org.apache.axis.wsdl.symbolTable with parameters of type Style
protected  void BindingEntry.setBindingStyle(Style bindingStyle)
          Set this entry's binding style.
 

Constructors in org.apache.axis.wsdl.symbolTable with parameters of type Style
BindingEntry(javax.wsdl.Binding binding, int bindingType, Style bindingStyle, boolean hasLiteral, java.util.HashMap attributes, java.util.Map mimeTypes, java.util.Map headerParts)
          Construct a BindingEntry from a WSDL4J Binding object and the additional binding info: binding type, binding style, whether there is any literal binding, and the attributes which contain the input/output/fault body type information.
 



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