|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Uses of Style in org.apache.axis |
Methods in org.apache.axis that return Style | |
Style |
MessageContext.getOperationStyle()
Get the operation style. |
Methods in org.apache.axis with parameters of type Style | |
void |
MessageContext.setOperationStyle(Style operationStyle)
Set 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. |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |