Uses of Class
org.apache.axis.constants.Style
Packages that use Style
Package
Description
-
Uses of Style in org.apache.axis
Methods in org.apache.axis that return Style -
Uses of Style in org.apache.axis.client
Methods in org.apache.axis.client that return StyleMethods in org.apache.axis.client with parameters of type StyleModifier and TypeMethodDescriptionvoid
Call.setOperationStyle
(Style operationStyle) Set the operation style -
Uses of Style in org.apache.axis.constants
Fields in org.apache.axis.constants declared as StyleModifier and TypeFieldDescriptionstatic final Style
Style.DEFAULT
static final Style
Style.DOCUMENT
static final Style
Style.MESSAGE
static final Style
Style.RPC
static final Style
Style.WRAPPED
Methods in org.apache.axis.constants that return StyleModifier and TypeMethodDescriptionstatic Style
Style.getDefault()
static final Style
Style.getStyle
(int style) static final Style
static final Style
final Style
Style.Type.getStyle
(int style) final Style
final Style
Methods in org.apache.axis.constants with parameters of type Style -
Uses of Style in org.apache.axis.deployment.wsdd
Methods in org.apache.axis.deployment.wsdd that return StyleMethods in org.apache.axis.deployment.wsdd with parameters of type Style -
Uses of Style in org.apache.axis.description
Methods in org.apache.axis.description that return StyleModifier and TypeMethodDescriptionJavaServiceDesc.getStyle()
What kind of service is this?OperationDesc.getStyle()
Return the style of the operation, defaulting to the parent ServiceDesc's style if we don't have one explicitly set.ServiceDesc.getStyle()
What kind of service is this?Methods in org.apache.axis.description with parameters of type Style -
Uses of Style in org.apache.axis.handlers.soap
Methods in org.apache.axis.handlers.soap that return StyleMethods in org.apache.axis.handlers.soap with parameters of type Style -
Uses of Style in org.apache.axis.wsdl.fromJava
Methods in org.apache.axis.wsdl.fromJava that return StyleMethods in org.apache.axis.wsdl.fromJava with parameters of type Style -
Uses of Style in org.apache.axis.wsdl.symbolTable
Methods in org.apache.axis.wsdl.symbolTable that return StyleMethods in org.apache.axis.wsdl.symbolTable with parameters of type StyleModifier and TypeMethodDescriptionprotected void
BindingEntry.setBindingStyle
(Style bindingStyle) Set this entry's binding style.Constructors in org.apache.axis.wsdl.symbolTable with parameters of type StyleModifierConstructorDescriptionBindingEntry
(javax.wsdl.Binding binding, int bindingType, Style bindingStyle, boolean hasLiteral, HashMap attributes, Map mimeTypes, 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.