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 TypeMethodDescriptionvoidCall.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 StyleStyle.DEFAULTstatic final StyleStyle.DOCUMENTstatic final StyleStyle.MESSAGEstatic final StyleStyle.RPCstatic final StyleStyle.WRAPPEDMethods in org.apache.axis.constants that return StyleModifier and TypeMethodDescriptionstatic StyleStyle.getDefault()static final StyleStyle.getStyle(int style) static final Stylestatic final Stylefinal StyleStyle.Type.getStyle(int style) final Stylefinal StyleMethods 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 voidBindingEntry.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.