Uses of Class
com.sun.xml.ws.client.sei.BodyBuilder

Packages that use BodyBuilder
com.sun.xml.ws.client.sei   
 

Uses of BodyBuilder in com.sun.xml.ws.client.sei
 

Subclasses of BodyBuilder in com.sun.xml.ws.client.sei
(package private) static class BodyBuilder.Bare
          Used to create a payload JAXB object just by taking one of the parameters.
(package private) static class BodyBuilder.DocLit
          Used to create a payload JAXB object by wrapping multiple parameters into one "wrapper bean".
(package private) static class BodyBuilder.RpcLit
          Used to create a payload JAXB object by wrapping multiple parameters into a CompositeStructure.
(package private) static class BodyBuilder.Wrapped
          Used to handle a 'wrapper' style request.
 

Fields in com.sun.xml.ws.client.sei declared as BodyBuilder
(package private) static BodyBuilder BodyBuilder.EMPTY_SOAP11
           
(package private) static BodyBuilder BodyBuilder.EMPTY_SOAP12