com.sun.xml.ws.client.sei
Class BodyBuilder.RpcLit
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.RpcLit
- Enclosing class:
- BodyBuilder
static final class BodyBuilder.RpcLit
- extends BodyBuilder.Wrapped
Used to create a payload JAXB object by wrapping
multiple parameters into a CompositeStructure
.
This is used for rpc/lit, as we don't have a wrapper bean for it.
(TODO: Why don't we have a wrapper bean for this, when doc/lit does!?)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BodyBuilder.RpcLit
BodyBuilder.RpcLit(WrapperParameter wp,
SOAPVersion soapVersion,
ValueGetterFactory getter)
- Creates a
BodyBuilder
from a WrapperParameter
.
build
CompositeStructure build(Object[] methodArgs)
- Packs a bunch of arguments intoa
CompositeStructure
.