Note that a complete list of RESTful exceptions is available in the Package Summary.
58596061626364
public void httpGet(Invocation inv) throws HttpException { inv.sendOk(); } public void httpPost(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
158159160161162163164
new XmlTree("tpr")))); inv.sendOk(doc); } public void httpPost(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
69707172737475
public int hashCode() { return id == null ? super.hashCode() : id.intValue(); } public void httpDelete(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
73747576777879
public void httpDelete(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); } public void httpGet(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
77787980818283
public void httpGet(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); } public void httpPost(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
68697071727374
} inv.sendOk(doc); } public void httpPost(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
90919293949596
return null; } @Override public void httpPost(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
70717273747576
82838485868788
public ClockInterval getChild(UriPathElement uriId) throws HttpException { return ClockInterval.getClockInterval(Long.parseLong(uriId.toString())); } public void httpDelete(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
30313233343536
import net.sf.chellow.monad.XmlDescriber; import net.sf.chellow.monad.XmlTree; public abstract class EntityList implements Urlable, XmlDescriber { public void httpDelete(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }