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() |
byte[] getBody(T data)
data - an object to form a body out of.String getContentType()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.