com.sun.xml.ws.wsdl.writer.document.soap
Interface BodyType

All Superinterfaces:
com.sun.xml.txw2.TypedXmlWriter
All Known Subinterfaces:
Body, Header, HeaderFault, SOAPFault

public interface BodyType
extends com.sun.xml.txw2.TypedXmlWriter


Method Summary
 BodyType encodingStyle(String value)
           
 BodyType namespace(String value)
           
 BodyType parts(String value)
           
 BodyType use(String value)
           
 
Methods inherited from interface com.sun.xml.txw2.TypedXmlWriter
_attribute, _attribute, _attribute, _cast, _cdata, _comment, _element, _element, _element, _element, _namespace, _namespace, _namespace, _pcdata, block, commit, commit, getDocument
 

Method Detail

encodingStyle

BodyType encodingStyle(String value)

namespace

BodyType namespace(String value)

use

BodyType use(String value)

parts

BodyType parts(String value)