Class ResourceLocal

    • Constructor Detail

      • ResourceLocal

        public ResourceLocal()
    • Method Detail

      • registerDialect

        public void registerDialect​(String iri,
                                    Dialect dialect)
        Register Dialect object for URI.
        Parameters:
        iri -
        dialect -
      • unregisterDialect

        public void unregisterDialect​(String iri)
        Unregister dialect URI.
        Parameters:
        iri -
      • get

        public org.apache.cxf.ws.transfer.GetResponse get​(org.apache.cxf.ws.transfer.Get body)
        Specified by:
        get in interface Resource
      • delete

        public org.apache.cxf.ws.transfer.DeleteResponse delete​(org.apache.cxf.ws.transfer.Delete body)
        Specified by:
        delete in interface Resource
      • put

        public org.apache.cxf.ws.transfer.PutResponse put​(org.apache.cxf.ws.transfer.Put body)
        Specified by:
        put in interface Resource