|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResponseBuilder | |
|---|---|
| com.sun.xml.ws.client.sei | |
| Uses of ResponseBuilder in com.sun.xml.ws.client.sei |
|---|
| Subclasses of ResponseBuilder in com.sun.xml.ws.client.sei | |
|---|---|
static class |
ResponseBuilder.AttachmentBuilder
Reads an Attachment into a Java parameter. |
static class |
ResponseBuilder.Body
Reads the whole payload into a single JAXB bean. |
static class |
ResponseBuilder.Composite
ResponseBuilder that is a composition of multiple
ResponseBuilders. |
static class |
ResponseBuilder.DocLit
Treats a payload as multiple parts wrapped into one element, and processes all such wrapped parts. |
static class |
ResponseBuilder.Header
Reads a header into a JAXB object. |
static class |
ResponseBuilder.NullSetter
ResponseBuilder that sets the VM uninitialized value to the type. |
static class |
ResponseBuilder.RpcLit
Treats a payload as multiple parts wrapped into one element, and processes all such wrapped parts. |
| Fields in com.sun.xml.ws.client.sei declared as ResponseBuilder | |
|---|---|
static ResponseBuilder |
ResponseBuilder.NONE
The singleton instance that produces null return value. |
protected ResponseBuilder |
StubHandler.responseBuilder
|
| Methods in com.sun.xml.ws.client.sei that return ResponseBuilder | |
|---|---|
static ResponseBuilder |
ResponseBuilder.AttachmentBuilder.createAttachmentBuilder(ParameterImpl param,
ValueSetter setter)
Creates an AttachmentBuilder based on the parameter type |
| Constructors in com.sun.xml.ws.client.sei with parameters of type ResponseBuilder | |
|---|---|
ResponseBuilder.Composite(ResponseBuilder... builders)
|
|
| Constructor parameters in com.sun.xml.ws.client.sei with type arguments of type ResponseBuilder | |
|---|---|
ResponseBuilder.Composite(Collection<? extends ResponseBuilder> builders)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||