org.jvnet.wom.api.binding.wsdl11.soap
Interface SOAPBody

All Superinterfaces:
WSDLExtension
All Known Implementing Classes:
SOAPBodyImpl

public interface SOAPBody
extends WSDLExtension

Author:
Vivek Pandey

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

getEncodingStyle

java.lang.String[] getEncodingStyle()
Maybe null. It is supposed to be non-null only for the encoded case.


getNamespace

java.lang.String getNamespace()
null when SOAPBinding.Style is Document, otherwise will be non-null.


getUse

SOAPBody.Use getUse()
If not specified on <soap:body> the default value is literal.


getParts

java.util.Collection<java.lang.String> getParts()
null if parts attribute is not defined on <soap:body> element, otherwise non-null.



Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.