public interface Dialect
Modifier and Type | Method and Description |
---|---|
Representation |
processCreate(Create body)
Method for processing incoming Create message by Dialect extension.
|
boolean |
processDelete(Delete body,
Representation representation)
Method for processing incoming Delete message by Dialect extension.
|
Object |
processGet(Get body,
Representation representation)
Method for processing incoming Get message by Dialect extension.
|
Representation |
processPut(Put body,
Representation representation)
Method for processing incoming Put message by Dialect extension.
|
Object processGet(Get body, Representation representation)
body
- Get bodyrepresentation
- XML representation stored in the ResourceManagerRepresentation processPut(Put body, Representation representation)
body
- Put bodyrepresentation
- XML representation stored in the ResourceManagerboolean processDelete(Delete body, Representation representation)
body
- Delete bodyrepresentation
- XML representation stored in the ResourceManagerRepresentation processCreate(Create body)
body
- Create bodyApache CXF