com.sun.xml.ws.client.sei
Class BodyBuilder.DocLit
java.lang.Object
com.sun.xml.ws.client.sei.BodyBuilder
com.sun.xml.ws.client.sei.BodyBuilder.Wrapped
com.sun.xml.ws.client.sei.BodyBuilder.DocLit
- Enclosing class:
- BodyBuilder
static final class BodyBuilder.DocLit
- extends BodyBuilder.Wrapped
Used to create a payload JAXB object by wrapping
multiple parameters into one "wrapper bean".
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BodyBuilder.DocLit
BodyBuilder.DocLit(WrapperParameter wp,
SOAPVersion soapVersion,
ValueGetterFactory getter)
- Creates a
BodyBuilder
from a WrapperParameter
.
build
Object build(Object[] methodArgs)
- Packs a bunch of arguments into a
WrapperComposite
.
Copyright (c) 1997-2011 Oracle and/or its affiliates. All rights reserved.