@Addressing(enabled=true, required=true) public interface Resource
Modifier and Type | Method and Description |
---|---|
org.apache.cxf.ws.transfer.DeleteResponse |
delete(org.apache.cxf.ws.transfer.Delete body) |
org.apache.cxf.ws.transfer.GetResponse |
get(org.apache.cxf.ws.transfer.Get body) |
org.apache.cxf.ws.transfer.PutResponse |
put(org.apache.cxf.ws.transfer.Put body) |
@Action(input="http://www.w3.org/2011/03/ws-tra/Get", output="http://www.w3.org/2011/03/ws-tra/GetResponse") org.apache.cxf.ws.transfer.GetResponse get(org.apache.cxf.ws.transfer.Get body)
@Action(input="http://www.w3.org/2011/03/ws-tra/Delete", output="http://www.w3.org/2011/03/ws-tra/DeleteResponse") org.apache.cxf.ws.transfer.DeleteResponse delete(org.apache.cxf.ws.transfer.Delete body)
Apache CXF