OrigRequest - Type of the original request object.public class NullAsEmptyBodyProtocolRequestMarshaller<OrigRequest> extends Object implements ProtocolRequestMarshaller<OrigRequest>
| Constructor and Description | 
|---|
NullAsEmptyBodyProtocolRequestMarshaller(ProtocolRequestMarshaller<OrigRequest> delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
Request<OrigRequest> | 
finishMarshalling()
Finializes the marshalling and produces a  
Request object that can be sent for execution. | 
<V> void | 
marshall(V val,
        MarshallingInfo<V> marshallingInfo)
Marshalls the value into the appropriate location based on the  
MarshallingInfo metadata. | 
void | 
startMarshalling()
Hook to perform an initialization that needs to happen at the start of marshalling. 
 | 
public NullAsEmptyBodyProtocolRequestMarshaller(ProtocolRequestMarshaller<OrigRequest> delegate)
public void startMarshalling()
ProtocolRequestMarshallerProtocolMarshaller.marshall(Object, MarshallingInfo).startMarshalling in interface ProtocolRequestMarshaller<OrigRequest>public <V> void marshall(V val,
                         MarshallingInfo<V> marshallingInfo)
ProtocolMarshallerMarshallingInfo metadata.marshall in interface ProtocolMarshallerval - Value to marshall. May be null if the location allows it (for example, members bound to the path
                        must never be null or empty).marshallingInfo - Metadata about how and where to marshall the data. Must not be null.public Request<OrigRequest> finishMarshalling()
ProtocolRequestMarshallerRequest object that can be sent for execution. Must be the last
 method called in the marshaller.finishMarshalling in interface ProtocolRequestMarshaller<OrigRequest>Request object.Copyright © 2021. All rights reserved.