|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.client.sei.BodyBuilder
com.sun.xml.ws.client.sei.BodyBuilder.Wrapped
com.sun.xml.ws.client.sei.BodyBuilder.DocLit
static final class BodyBuilder.DocLit
Used to create a payload JAXB object by wrapping multiple parameters into one "wrapper bean".
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.Wrapped |
---|
getters, indices |
Fields inherited from class com.sun.xml.ws.client.sei.BodyBuilder |
---|
EMPTY_SOAP11, EMPTY_SOAP12 |
Constructor Summary | |
---|---|
BodyBuilder.DocLit(WrapperParameter wp,
SOAPVersion soapVersion,
ValueGetterFactory getter)
Creates a BodyBuilder from a WrapperParameter . |
Method Summary | |
---|---|
(package private) Object |
build(Object[] methodArgs)
Packs a bunch of arguments into a CompositeStructure . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
BodyBuilder.DocLit(WrapperParameter wp, SOAPVersion soapVersion, ValueGetterFactory getter)
BodyBuilder
from a WrapperParameter
.
Method Detail |
---|
Object build(Object[] methodArgs)
CompositeStructure
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |