abstract class BodyBuilder extends Object
MessageFiller
Modifier and Type | Class and Description |
---|---|
(package private) static class |
BodyBuilder.Bare
Used to create a payload JAXB object just by taking
one of the parameters.
|
(package private) static class |
BodyBuilder.DocLit
Used to create a payload JAXB object by wrapping
multiple parameters into one "wrapper bean".
|
(package private) static class |
BodyBuilder.RpcLit
Used to create a payload JAXB object by wrapping
multiple parameters into a
WrapperComposite . |
(package private) static class |
BodyBuilder.Wrapped
Used to handle a 'wrapper' style request.
|
Modifier and Type | Field and Description |
---|---|
(package private) static BodyBuilder |
EMPTY_SOAP11 |
(package private) static BodyBuilder |
EMPTY_SOAP12 |
Constructor and Description |
---|
BodyBuilder() |
static final BodyBuilder EMPTY_SOAP11
static final BodyBuilder EMPTY_SOAP12
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.