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