Constructor and Description |
---|
FragmentDialect() |
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.
|
JAXBElement<ValueType> |
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.
|
void |
registerLanguage(String iri,
FragmentDialectLanguage language)
Register FragmentDialectLanguage object for IRI.
|
void |
unregisterLanguage(String iri)
Unregister FragmentDialectLanguage object for IRI.
|
public JAXBElement<ValueType> processGet(Get body, Representation representation)
Dialect
processGet
in interface Dialect
body
- Get bodyrepresentation
- XML representation stored in the ResourceManagerpublic Representation processPut(Put body, Representation representation)
Dialect
processPut
in interface Dialect
body
- Put bodyrepresentation
- XML representation stored in the ResourceManagerpublic boolean processDelete(Delete body, Representation representation)
Dialect
processDelete
in interface Dialect
body
- Delete bodyrepresentation
- XML representation stored in the ResourceManagerpublic Representation processCreate(Create body)
Dialect
processCreate
in interface Dialect
body
- Create bodypublic void registerLanguage(String iri, FragmentDialectLanguage language)
iri
- language
- public void unregisterLanguage(String iri)
iri
- Apache CXF