|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectSOAPBindingInfo
public class SOAPBindingInfo
Constructor Summary | |
---|---|
SOAPBindingInfo()
|
|
SOAPBindingInfo(SOAPBinding annotation)
|
Method Summary | |
---|---|
SOAPBinding.ParameterStyle |
getParameterStyle()
|
SOAPBinding.Style |
getStyle()
|
SOAPBinding.Use |
getUse()
|
void |
setParameterStyle(SOAPBinding.ParameterStyle parameterStyle)
|
void |
setStyle(SOAPBinding.Style style)
|
void |
setUse(SOAPBinding.Use use)
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SOAPBindingInfo()
public SOAPBindingInfo(SOAPBinding annotation)
Method Detail |
---|
public SOAPBinding.ParameterStyle getParameterStyle()
public void setParameterStyle(SOAPBinding.ParameterStyle parameterStyle)
parameterStyle
- The parameterStyle to set.public SOAPBinding.Style getStyle()
public void setStyle(SOAPBinding.Style style)
style
- The style to set.public SOAPBinding.Use getUse()
public void setUse(SOAPBinding.Use use)
use
- The use to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |