| Class | Description |
|---|---|
| [source] AsyncMethodHandler |
Common part between
CallbackMethodHandler and PollingMethodHandler. |
| [source] BodyBuilder |
Builds a JAXB object that represents the payload.
|
| [source] BodyBuilder.Bare |
Used to create a payload JAXB object just by taking
one of the parameters.
|
| [source] BodyBuilder.DocLit |
Used to create a payload JAXB object by wrapping
multiple parameters into one "wrapper bean".
|
| [source] BodyBuilder.RpcLit |
Used to create a payload JAXB object by wrapping
multiple parameters into a
CompositeStructure. |
| [source] BodyBuilder.Wrapped |
Used to handle a 'wrapper' style request.
|
| [source] CallbackMethodHandler | |
| [source] MessageFiller |
Puts a non-payload message parameter to
Message. |
| [source] MessageFiller.AttachmentFiller |
Adds a parameter as an MIME attachment to
Message. |
| [source] MessageFiller.Header |
Adds a parameter as an header.
|
| [source] MethodHandler |
Handles an invocation of a method.
|
| [source] PollingMethodHandler | |
| [source] ResponseBuilder |
Reads a response
Message, disassembles it, and moves obtained Java values
to the expected places. |
| [source] ResponseBuilder.AttachmentBuilder |
Reads an Attachment into a Java parameter.
|
| [source] ResponseBuilder.Body |
Reads the whole payload into a single JAXB bean.
|
| [source] ResponseBuilder.Composite | |
| [source] ResponseBuilder.DocLit |
Treats a payload as multiple parts wrapped into one element,
and processes all such wrapped parts.
|
| [source] ResponseBuilder.DocLit.PartBuilder |
Unmarshals each wrapped part into a JAXB object and moves it
to the expected place.
|
| [source] ResponseBuilder.Header |
Reads a header into a JAXB object.
|
| [source] ResponseBuilder.None | |
| [source] ResponseBuilder.NullSetter |
[source]
ResponseBuilder that sets the VM uninitialized value to the type. |
| [source] ResponseBuilder.RpcLit |
Treats a payload as multiple parts wrapped into one element,
and processes all such wrapped parts.
|
| [source] ResponseBuilder.RpcLit.PartBuilder |
Unmarshals each wrapped part into a JAXB object and moves it
to the expected place.
|
| [source] SEIMethodHandler |
[source]
MethodHandler that handles synchronous method invocations. |
| [source] SEIStub | |
| [source] SyncMethodHandler |
[source]
MethodHandler that handles synchronous method invocations. |
| [source] ValueGetterFactory | |
| [source] ValueSetter |
Moves a Java value unmarshalled from a response message
to the right place.
|
| [source] ValueSetter.AsyncBeanValueSetter |
OUT parameters are set in async bean
|
| [source] ValueSetter.Param | |
| [source] ValueSetterFactory | |
| [source] ValueSetterFactory.AsyncBeanValueSetterFactory |
| Enum | Description |
|---|---|
| [source] ValueGetter |
Gets a value from an object that represents a parameter passed
as a method argument.
|