public interface RequestBuilder<T>
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBody(T data)
This method creates the body of a request for a Pipe to use.
|
String |
getContentType() |
MarshallingConfig |
getMarshallingConfig()
The marshalling config sets options for reading and processing data
|
byte[] getBody(T data)
data - an object to form a body out of.String getContentType()
MarshallingConfig getMarshallingConfig()
Copyright © 2016 JBoss by Red Hat. All rights reserved.