com.sun.xml.ws.client.sei
Class BodyBuilder.Bare
java.lang.Object
com.sun.xml.ws.client.sei.BodyBuilder
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.
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 |
BodyBuilder.Bare
BodyBuilder.Bare(ParameterImpl p,
SOAPVersion soapVersion,
ValueGetter getter)
- Creates a
BodyBuilder
from a bare parameter.
build
Object build(Object[] methodArgs)
- Picks up an object from the method arguments and uses it.