Class FragmentDialect

java.lang.Object
org.apache.cxf.ws.transfer.dialect.fragment.FragmentDialect
All Implemented Interfaces:
Dialect

public class FragmentDialect extends Object implements Dialect
Implementation of the WS-Fragment dialect.
  • Constructor Details

    • FragmentDialect

      public FragmentDialect()
  • Method Details

    • processGet

      public jakarta.xml.bind.JAXBElement<ValueType> processGet(Get body, Representation representation)
      Description copied from interface: Dialect
      Method for processing incoming Get message by Dialect extension.
      Specified by:
      processGet in interface Dialect
      Parameters:
      body - Get body
      representation - XML representation stored in the ResourceManager
      Returns:
      Representation, which will be returned in response.
    • processPut

      public Representation processPut(Put body, Representation representation)
      Description copied from interface: Dialect
      Method for processing incoming Put message by Dialect extension.
      Specified by:
      processPut in interface Dialect
      Parameters:
      body - Put body
      representation - XML representation stored in the ResourceManager
      Returns:
      Representation, which will be stored in ResourceManager.
    • processDelete

      public boolean processDelete(Delete body, Representation representation)
      Description copied from interface: Dialect
      Method for processing incoming Delete message by Dialect extension.
      Specified by:
      processDelete in interface Dialect
      Parameters:
      body - Delete body
      representation - XML representation stored in the ResourceManager
      Returns:
      Representation, which will be stored in ResourceManager.
    • processCreate

      public Representation processCreate(Create body)
      Description copied from interface: Dialect
      Method for processing incoming Create message by Dialect extension.
      Specified by:
      processCreate in interface Dialect
      Parameters:
      body - Create body
      Returns:
      Representation, which will be stored in ResourceManager.
    • registerLanguage

      public void registerLanguage(String iri, FragmentDialectLanguage language)
      Register FragmentDialectLanguage object for IRI.
      Parameters:
      iri -
      language -
    • unregisterLanguage

      public void unregisterLanguage(String iri)
      Unregister FragmentDialectLanguage object for IRI.
      Parameters:
      iri -