| Class | Description |
|---|---|
| GetBlob |
Get the entity body as a blob.
|
| GetBodyAsString |
Get the entity body as a string.
|
| GetBodyParts |
Extract body parts from a given entity.
|
| GetBodyPartsAsChannel |
'getBodyPartsAsChannel' native function converts a set of body parts into a byte channel.
|
| GetByteChannel |
Get the entity body as a byte channel.
|
| GetJson |
Get the entity body in JSON form.
|
| GetMediaType |
Construct MediaType struct from Content-Type string.
|
| GetText |
Get the entity body as a string.
|
| GetXml |
Get the entity body in xml form.
|
| SetBlob |
Set the entity body with blob data.
|
| SetBodyParts |
Set the entity body with body parts.
|
| SetByteChannel |
Set byte channel as entity body.
|
| SetJson |
Set the entity body with JSON data.
|
| SetText |
Set the entity body with text data.
|
| SetXml |
Set the entity body with XML data.
|
Copyright © 2018 WSO2. All rights reserved.