Interface Resource

All Known Implementing Classes:
ResourceLocal, ResourceRemote

@Addressing(enabled=true, required=true) public interface Resource
The interface definition of a Resource web service, according to the specification.
  • Method Details

    • get

      @Action(input="http://www.w3.org/2011/03/ws-tra/Get", output="http://www.w3.org/2011/03/ws-tra/GetResponse") GetResponse get(Get body)
    • delete

      @Action(input="http://www.w3.org/2011/03/ws-tra/Delete", output="http://www.w3.org/2011/03/ws-tra/DeleteResponse") DeleteResponse delete(Delete body)
    • put

      @Action(input="http://www.w3.org/2011/03/ws-tra/Put", output="http://www.w3.org/2011/03/ws-tra/PutResponse") PutResponse put(Put body)