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)
Dialect
processGet
in interface Dialect
body
- 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)
Dialect
processPut
in interface Dialect
body
- Put bodyrepresentation
- XML representation stored in the ResourceManagerpublic boolean processDelete(org.apache.cxf.ws.transfer.Delete body, org.apache.cxf.ws.transfer.Representation representation)
Dialect
processDelete
in interface Dialect
body
- Delete bodyrepresentation
- XML representation stored in the ResourceManagerpublic org.apache.cxf.ws.transfer.Representation processCreate(org.apache.cxf.ws.transfer.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