Uses of Class
org.apache.axis.constants.Style
-
-
Uses of Style in org.apache.axis
Methods in org.apache.axis that return Style Modifier and Type Method Description StyleMessageContext. getOperationStyle()Get the operation style. -
Uses of Style in org.apache.axis.client
Methods in org.apache.axis.client that return Style Modifier and Type Method Description StyleCall. getOperationStyle()Get the operation style.Methods in org.apache.axis.client with parameters of type Style Modifier and Type Method Description voidCall. setOperationStyle(Style operationStyle)Set the operation style -
Uses of Style in org.apache.axis.constants
Fields in org.apache.axis.constants declared as Style Modifier and Type Field Description static StyleStyle. DEFAULTstatic StyleStyle. DOCUMENTstatic StyleStyle. MESSAGEstatic StyleStyle. RPCstatic StyleStyle. WRAPPEDMethods in org.apache.axis.constants that return Style Modifier and Type Method Description static StyleStyle. getDefault()static StyleStyle. getStyle(int style)static StyleStyle. getStyle(java.lang.String style)static StyleStyle. getStyle(java.lang.String style, Style dephault)StyleStyle.Type. getStyle(int style)StyleStyle.Type. getStyle(java.lang.String style)StyleStyle.Type. getStyle(java.lang.String style, Style dephault)Methods in org.apache.axis.constants with parameters of type Style Modifier and Type Method Description static StyleStyle. getStyle(java.lang.String style, Style dephault)StyleStyle.Type. getStyle(java.lang.String style, Style dephault) -
Uses of Style in org.apache.axis.deployment.wsdd
Methods in org.apache.axis.deployment.wsdd that return Style Modifier and Type Method Description StyleWSDDService. getStyle()Get the service style - document or RPCMethods in org.apache.axis.deployment.wsdd with parameters of type Style Modifier and Type Method Description voidWSDDService. 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 Modifier and Type Method Description StyleJavaServiceDesc. getStyle()What kind of service is this?StyleOperationDesc. getStyle()Return the style of the operation, defaulting to the parent ServiceDesc's style if we don't have one explicitly set.StyleServiceDesc. getStyle()What kind of service is this?Methods in org.apache.axis.description with parameters of type Style Modifier and Type Method Description voidJavaServiceDesc. setStyle(Style style)voidOperationDesc. setStyle(Style style)voidServiceDesc. setStyle(Style style) -
Uses of Style in org.apache.axis.handlers.soap
Methods in org.apache.axis.handlers.soap that return Style Modifier and Type Method Description StyleSOAPService. getStyle()Methods in org.apache.axis.handlers.soap with parameters of type Style Modifier and Type Method Description voidSOAPService. setStyle(Style style) -
Uses of Style in org.apache.axis.wsdl.fromJava
Methods in org.apache.axis.wsdl.fromJava that return Style Modifier and Type Method Description StyleEmitter. getStyle()getStyleMethods in org.apache.axis.wsdl.fromJava with parameters of type Style Modifier and Type Method Description voidEmitter. setStyle(Style value)setStyle -
Uses of Style in org.apache.axis.wsdl.symbolTable
Methods in org.apache.axis.wsdl.symbolTable that return Style Modifier and Type Method Description StyleBindingEntry. getBindingStyle()Get this entry's binding style.Methods in org.apache.axis.wsdl.symbolTable with parameters of type Style Modifier and Type Method Description protected voidBindingEntry. setBindingStyle(Style bindingStyle)Set this entry's binding style.Constructors in org.apache.axis.wsdl.symbolTable with parameters of type Style Constructor Description 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.
-