public interface MarshallingContext
Modifier and Type | Method and Description |
---|---|
MediaType |
getMediaType()
Returns the media type.
|
java.lang.Object |
getProperty(java.lang.String aKey)
Returns the property with the specified key.
|
void |
setProperty(java.lang.String aKey,
Sets the property with the specified key and value.
|
aKey
- The property key.aKey
- The property key.aValue
- The property value.