| Class | Description |
|---|---|
| MethodHandler |
Handles an invocation of a method.
|
| ResponseBuilder |
Reads a response
Message, disassembles it, and moves obtained Java values
to the expected places. |
| ResponseBuilder.AttachmentBuilder |
Reads an Attachment into a Java parameter.
|
| ResponseBuilder.Body |
Reads the whole payload into a single JAXB bean.
|
| ResponseBuilder.Composite |
ResponseBuilder that is a composition of multiple
ResponseBuilders. |
| ResponseBuilder.DocLit |
Treats a payload as multiple parts wrapped into one element,
and processes all such wrapped parts.
|
| ResponseBuilder.Header |
Reads a header into a JAXB object.
|
| ResponseBuilder.NullSetter |
ResponseBuilder that sets the VM uninitialized value to the type. |
| ResponseBuilder.RpcLit |
Treats a payload as multiple parts wrapped into one element,
and processes all such wrapped parts.
|
| SEIStub |
Stub that handles method invocations
through a strongly-typed endpoint interface. |
| StubAsyncHandler | |
| StubHandler |
MethodHandler that handles synchronous method invocations. |
| ValueSetter |
Moves a Java value unmarshalled from a response message
to the right place.
|
| ValueSetterFactory |
ValueSetterFactory is used to create ValueSetter. |
| ValueSetterFactory.AsyncBeanValueSetterFactory |
Copyright © 2015 Oracle Corporation. All rights reserved.