|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SOAPBinding
Method Summary | |
---|---|
int |
parameterStyle()
Returns the SOAP parameter binding style. |
int |
style()
Returns the SOAP binding style, which defines the encoding style for messages send to and from the Web Service. |
int |
use()
Returns the SOAP binding use, which defines the formatting style for messages sent to and from the Web Service. |
Method Detail |
---|
int style()
SOAPBindingAnnotation.STYLE_DOCUMENT
or
SOAPBindingAnnotation.STYLE_RPC
.
int use()
SOAPBindingAnnotation.USE_LITERAL
or
SOAPBindingAnnotation.USE_ENCODED
.
int parameterStyle()
SOAPBindingAnnotation.PARAMETER_STYLE_BARE
or SOAPBindingAnnotation.PARAMETER_STYLE_WRAPPED
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |