|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TStyleChoice in org.xmlsoap.schemas.wsdl.soap |
Fields in org.xmlsoap.schemas.wsdl.soap declared as TStyleChoice | |
private TStyleChoice |
TBinding.style
|
private TStyleChoice |
TOperation.style
|
static TStyleChoice |
TStyleChoice.rpc
|
static TStyleChoice |
TStyleChoice.document
|
Methods in org.xmlsoap.schemas.wsdl.soap that return TStyleChoice | |
TStyleChoice |
TBinding.getStyle()
Gets the style value for this TBinding. |
TStyleChoice |
TOperation.getStyle()
Gets the style value for this TOperation. |
static TStyleChoice |
TStyleChoice.fromValue(java.lang.String value)
|
static TStyleChoice |
TStyleChoice.fromString(java.lang.String value)
|
Methods in org.xmlsoap.schemas.wsdl.soap with parameters of type TStyleChoice | |
void |
TBinding.setStyle(TStyleChoice style)
Sets the style value for this TBinding. |
void |
TOperation.setStyle(TStyleChoice style)
Sets the style value for this TOperation. |
Constructors in org.xmlsoap.schemas.wsdl.soap with parameters of type TStyleChoice | |
TBinding(org.apache.axis.types.URI transport,
TStyleChoice style)
|
|
TOperation(org.apache.axis.types.URI soapAction,
TStyleChoice style)
|
|
||||||||
PREV NEXT | FRAMES NO FRAMES |