| Package | Description |
|---|---|
| org.apache.cxf.jaxrs.client | |
| org.apache.cxf.jaxrs.ext.form | |
| org.apache.cxf.jaxrs.utils | |
| org.apache.cxf.rs.security.saml |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
protected Form |
SamlFormOutInterceptor.getRequestForm(Message message) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SamlFormOutInterceptor.updateForm(Form form,
String encodedToken) |
Apache CXF