| Package | Description |
|---|---|
| org.apache.cxf.jaxrs.client | |
| org.apache.cxf.jaxrs.ext.form | |
| org.apache.cxf.jaxrs.utils |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
WebClient.form(Form form)
Posts form data
|
| Modifier and Type | Method and Description |
|---|---|
Form |
Form.set(String name,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
static Form |
FormUtils.readForm(FormEncodingProvider<Form> provider,
Message message) |
| Modifier and Type | Method and Description |
|---|---|
static void |
FormUtils.restoreForm(FormEncodingProvider<Form> provider,
Form form,
Message message) |
static void |
FormUtils.writeForm(FormEncodingProvider<Form> provider,
Form form,
OutputStream os) |
| Modifier and Type | Method and Description |
|---|---|
static Form |
FormUtils.readForm(FormEncodingProvider<Form> provider,
Message message) |
static void |
FormUtils.restoreForm(FormEncodingProvider<Form> provider,
Form form,
Message message) |
static void |
FormUtils.writeForm(FormEncodingProvider<Form> provider,
Form form,
OutputStream os) |
Apache CXF