|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SOAPBody
| Nested Class Summary | |
|---|---|
static class |
SOAPBody.Use
|
| Method Summary | |
|---|---|
java.lang.String[] |
getEncodingStyle()
Maybe null. |
java.lang.String |
getNamespace()
null when SOAPBinding.Style is Document, otherwise will be non-null. |
java.util.Collection<java.lang.String> |
getParts()
null if parts attribute is not defined on <soap:body> element, otherwise non-null. |
SOAPBody.Use |
getUse()
If not specified on <soap:body> the default value is literal. |
| Methods inherited from interface org.jvnet.wom.api.WSDLExtension |
|---|
getName |
| Method Detail |
|---|
java.lang.String[] getEncodingStyle()
java.lang.String getNamespace()
SOAPBinding.Style is Document, otherwise will be non-null.
SOAPBody.Use getUse()
java.util.Collection<java.lang.String> getParts()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||