Only available for consumers. This binding style processes request parameters, multiparts, etc. and maps
them to IN headers, IN attachments and to the message body.
Only available for consumers. This binding style processes request parameters, multiparts, etc. and maps
them to IN headers, IN attachments and to the message body. It aims to eliminate low-level processing of
MessageContentsList. It also also adds more flexibility and simplicity to the
response mapping.
This is the traditional binding style, which simply dumps the MessageContentsList
coming in from the CXF stack onto the IN message body. The user is then responsible for processing it according
to the contract defined by the JAX-RS method signature.
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.