com.sun.xml.ws.client.sei
Class BodyBuilder.Bare

java.lang.Object
  extended by com.sun.xml.ws.client.sei.BodyBuilder
      extended by com.sun.xml.ws.client.sei.BodyBuilder.Bare
Enclosing class:
BodyBuilder

static final class BodyBuilder.Bare
extends BodyBuilder

Used to create a payload JAXB object just by taking one of the parameters.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.xml.ws.client.sei.BodyBuilder
BodyBuilder.Bare, BodyBuilder.DocLit, BodyBuilder.RpcLit, BodyBuilder.Wrapped
 
Field Summary
 
Fields inherited from class com.sun.xml.ws.client.sei.BodyBuilder
EMPTY_SOAP11, EMPTY_SOAP12
 
Constructor Summary
BodyBuilder.Bare(ParameterImpl p, SOAPVersion soapVersion, ValueGetter getter)
          Creates a BodyBuilder from a bare parameter.
 
Method Summary
(package private)  Object build(Object[] methodArgs)
          Picks up an object from the method arguments and uses it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BodyBuilder.Bare

BodyBuilder.Bare(ParameterImpl p,
                 SOAPVersion soapVersion,
                 ValueGetter getter)
Creates a BodyBuilder from a bare parameter.

Method Detail

build

Object build(Object[] methodArgs)
Picks up an object from the method arguments and uses it.