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