blob: c10adfa1aaca33b93112ca63efb00bc50d57dd44 [file] [log] [blame]
package org.apache.abdera2.common.protocol;
public interface PatchAdapter
extends CollectionAdapter {
/**
* Post a new entry to the collection
*/
<S extends ResponseContext>S patchItem(RequestContext request);
}