Class | Description |
---|---|
AsyncMethodHandler |
Common part between
CallbackMethodHandler and PollingMethodHandler . |
BodyBuilder |
Builds a JAXB object that represents the payload.
|
BodyBuilder.Bare |
Used to create a payload JAXB object just by taking
one of the parameters.
|
BodyBuilder.DocLit |
Used to create a payload JAXB object by wrapping
multiple parameters into one "wrapper bean".
|
BodyBuilder.RpcLit |
Used to create a payload JAXB object by wrapping
multiple parameters into a
WrapperComposite . |
BodyBuilder.Wrapped |
Used to handle a 'wrapper' style request.
|
CallbackMethodHandler |
MethodHandler that uses AsyncHandler . |
MessageFiller |
Puts a non-payload message parameter to
Message . |
MessageFiller.AttachmentFiller |
Adds a parameter as an MIME attachment to
Message . |
MessageFiller.Header |
Adds a parameter as an header.
|
MethodHandler |
Handles an invocation of a method.
|
PollingMethodHandler |
MethodHandler that handles asynchronous invocations through Response . |
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
ResponseBuilder s. |
ResponseBuilder.DocLit |
Treats a payload as multiple parts wrapped into one element,
and processes all such wrapped parts.
|
ResponseBuilder.DocLit.PartBuilder |
Unmarshals each wrapped part into a JAXB object and moves it
to the expected place.
|
ResponseBuilder.Header |
Reads a header into a JAXB object.
|
ResponseBuilder.None | |
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.
|
ResponseBuilder.WrappedPartBuilder | |
SEIMethodHandler |
MethodHandler that handles synchronous method invocations. |
SEIStub |
Stub that handles method invocations
through a strongly-typed endpoint interface. |
StubAsyncHandler | |
StubHandler |
MethodHandler that handles synchronous method invocations. |
SyncMethodHandler |
MethodHandler that handles synchronous method invocations. |
ValueGetterFactory |
ValueGetterFactory is used to create ValueGetter objects. |
ValueSetter |
Moves a Java value unmarshalled from a response message
to the right place.
|
ValueSetter.AsyncBeanValueSetter |
OUT parameters are set in async bean
|
ValueSetter.Param | |
ValueSetterFactory |
ValueSetterFactory is used to create ValueSetter . |
ValueSetterFactory.AsyncBeanValueSetterFactory |
Enum | Description |
---|---|
ValueGetter |
Gets a value from an object that represents a parameter passed
as a method argument.
|
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.