This class mainly performs the following two tasks:
At the construction time, we prepare {@link EndpointArgumentsBuilder} that knows how to create endpoint {@link Method}invocation arguments. we also prepare {@link EndpointResponseMessageBuilder} and {@link MessageFiller}s that know how to move arguments into a {@link Message}. Some arguments go to the payload, some go to headers, still others go to attachments. @author Jitendra Kotamraju @author shih-chang.chen@oracle.com Refactored from EndpointMethodHandler
|
|
|
|
|
|