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 Style
MessageContext. 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 Style
Call. getOperationStyle()
Get the operation style.Methods in org.apache.axis.client with parameters of type Style Modifier and Type Method Description void
Call. 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 Style
Style. DEFAULT
static Style
Style. DOCUMENT
static Style
Style. MESSAGE
static Style
Style. RPC
static Style
Style. WRAPPED
Methods in org.apache.axis.constants that return Style Modifier and Type Method Description 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.constants with parameters of type Style Modifier and Type Method Description 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.deployment.wsdd
Methods in org.apache.axis.deployment.wsdd that return Style Modifier and Type Method Description Style
WSDDService. getStyle()
Get the service style - document or RPCMethods in org.apache.axis.deployment.wsdd with parameters of type Style Modifier and Type Method Description 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 Modifier and Type Method Description Style
JavaServiceDesc. 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.Style
ServiceDesc. getStyle()
What kind of service is this?Methods in org.apache.axis.description with parameters of type Style Modifier and Type Method Description void
JavaServiceDesc. setStyle(Style style)
void
OperationDesc. setStyle(Style style)
void
ServiceDesc. 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 Style
SOAPService. getStyle()
Methods in org.apache.axis.handlers.soap with parameters of type Style Modifier and Type Method Description void
SOAPService. 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 Style
Emitter. getStyle()
getStyleMethods in org.apache.axis.wsdl.fromJava with parameters of type Style Modifier and Type Method Description 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 Modifier and Type Method Description Style
BindingEntry. 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 void
BindingEntry. 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.
-