| Package | Description |
|---|---|
| org.apache.cxf.ws.transfer.dialect.fragment |
| Modifier and Type | Field and Description |
|---|---|
protected ValueType |
Fragment.value |
| Modifier and Type | Method and Description |
|---|---|
ValueType |
ObjectFactory.createValueType()
Create an instance of
ValueType |
ValueType |
Fragment.getValue()
Gets the value of the value property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<ValueType> |
ObjectFactory.createValue(ValueType value)
|
JAXBElement<ValueType> |
FragmentDialect.processGet(Get body,
Representation representation) |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<ValueType> |
ObjectFactory.createValue(ValueType value)
|
void |
Fragment.setValue(ValueType value)
Sets the value of the value property.
|
Apache CXF