| 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)
DialectprocessGet in interface Dialectbody - Get bodyrepresentation - XML representation stored in the ResourceManagerpublic Representation processPut(Put body,
Representation representation)
DialectprocessPut in interface Dialectbody - Put bodyrepresentation - XML representation stored in the ResourceManagerpublic boolean processDelete(Delete body,
Representation representation)
DialectprocessDelete in interface Dialectbody - Delete bodyrepresentation - XML representation stored in the ResourceManagerpublic Representation processCreate(Create body)
DialectprocessCreate in interface Dialectbody - Create bodypublic void registerLanguage(String iri, FragmentDialectLanguage language)
iri - language - public void unregisterLanguage(String iri)
iri - Apache CXF