@Addressing(enabled=true, required=true) public interface Resource
Modifier and Type | Method and Description |
---|---|
DeleteResponse |
delete(Delete body) |
GetResponse |
get(Get body) |
PutResponse |
put(Put body) |
@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)
@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)
Apache CXF